Update specification URLs in XMLHttpRequest/. 
diff --git a/XMLHttpRequest/FormData-append.html b/XMLHttpRequest/FormData-append.html index a70d0ad..f20009e 100644 --- a/XMLHttpRequest/FormData-append.html +++ b/XMLHttpRequest/FormData-append.html 
@@ -1,7 +1,7 @@  <!doctype html>  <meta charset=utf-8>  <title>FormData.append</title> -<link rel=help href=http://xhr.spec.whatwg.org/#dom-formdata-append> +<link rel=help href=https://xhr.spec.whatwg.org/#dom-formdata-append>  <script src=/resources/testharness.js></script>  <script src=/resources/testharnessreport.js></script>  <div id=log></div> 
diff --git a/XMLHttpRequest/abort-after-receive.htm b/XMLHttpRequest/abort-after-receive.htm index 06d1b98..bd97b68 100644 --- a/XMLHttpRequest/abort-after-receive.htm +++ b/XMLHttpRequest/abort-after-receive.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: abort() after successful receive should not fire "abort" event</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-abort()-method" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[5]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-abort()-method" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[5]"/>  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/abort-after-send.htm b/XMLHttpRequest/abort-after-send.htm index 10062a4..c4885c9 100644 --- a/XMLHttpRequest/abort-after-send.htm +++ b/XMLHttpRequest/abort-after-send.htm 
@@ -4,14 +4,14 @@  <title>XMLHttpRequest: abort() after send()</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-abort()-method" data-tested-assertations="following-sibling::ol/li[1] following-sibling::ol/li[3] following-sibling::ol/li[4] following-sibling::ol/li[4]/ol/li[1] following-sibling::ol/li[4]/ol/li[3] following-sibling::ol/li[4]/ol/li[4] following-sibling::ol/li[4]/ol/li[5] following-sibling::ol/li[4]/ol/li[6] following-sibling::ol/li[5]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsetext-attribute" data-tested-assertations="following::ol/li[3]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsexml-attribute" data-tested-assertations="following::ol/li[3]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-xmlhttprequest-getallresponseheaders" data-tested-assertations="following::ol/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-xmlhttprequest-getresponseheader" data-tested-assertations="following::ol/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-status-attribute" data-tested-assertations="following::ol/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-statustext-attribute" data-tested-assertations="following::ol/li[2]" /> - <link rel="help" href="http://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[1] following::dd[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-abort()-method" data-tested-assertations="following-sibling::ol/li[1] following-sibling::ol/li[3] following-sibling::ol/li[4] following-sibling::ol/li[4]/ol/li[1] following-sibling::ol/li[4]/ol/li[3] following-sibling::ol/li[4]/ol/li[4] following-sibling::ol/li[4]/ol/li[5] following-sibling::ol/li[4]/ol/li[6] following-sibling::ol/li[5]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsetext-attribute" data-tested-assertations="following::ol/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsexml-attribute" data-tested-assertations="following::ol/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-xmlhttprequest-getallresponseheaders" data-tested-assertations="following::ol/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-xmlhttprequest-getresponseheader" data-tested-assertations="following::ol/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-status-attribute" data-tested-assertations="following::ol/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-statustext-attribute" data-tested-assertations="following::ol/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[1] following::dd[1]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/abort-after-stop.htm b/XMLHttpRequest/abort-after-stop.htm index 59885f6..87e9ebc 100644 --- a/XMLHttpRequest/abort-after-stop.htm +++ b/XMLHttpRequest/abort-after-stop.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: abort event should fire when stop() method is used</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[3] following::dt[3]/following::dd[1]/p"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[3] following::dt[3]/following::dd[1]/p"/>  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/abort-after-timeout.htm b/XMLHttpRequest/abort-after-timeout.htm index cdc38c4..e8e84b1 100644 --- a/XMLHttpRequest/abort-after-timeout.htm +++ b/XMLHttpRequest/abort-after-timeout.htm 
@@ -4,8 +4,8 @@  <title>XMLHttpRequest: abort() after a timeout should not fire "abort" event</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-abort()-method" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[5]"/> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-abort()-method" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[5]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]"/>  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/abort-during-done.htm b/XMLHttpRequest/abort-during-done.htm index eb55571..a8b604f 100644 --- a/XMLHttpRequest/abort-during-done.htm +++ b/XMLHttpRequest/abort-during-done.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: abort() during DONE</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4] following-sibling::ol/li[5]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4] following-sibling::ol/li[5]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/abort-during-open.htm b/XMLHttpRequest/abort-during-open.htm index 0080bad..60a6eee 100644 --- a/XMLHttpRequest/abort-during-open.htm +++ b/XMLHttpRequest/abort-during-open.htm 
@@ -4,8 +4,8 @@  <title>XMLHttpRequest: abort() during OPEN</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4] following-sibling::ol/li[5]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following-sibling::ol/li[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4] following-sibling::ol/li[5]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following-sibling::ol/li[1]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/abort-during-unsent.htm b/XMLHttpRequest/abort-during-unsent.htm index a0d8312..bc2f5ca 100644 --- a/XMLHttpRequest/abort-during-unsent.htm +++ b/XMLHttpRequest/abort-during-unsent.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: abort() during UNSENT</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4] following-sibling::ol/li[5]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4] following-sibling::ol/li[5]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/abort-during-upload.htm b/XMLHttpRequest/abort-during-upload.htm index 327fd64..afb2828 100644 --- a/XMLHttpRequest/abort-during-upload.htm +++ b/XMLHttpRequest/abort-during-upload.htm 
@@ -4,8 +4,8 @@  <title>XMLHttpRequest: abort() while sending data</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4]/ol/li[7] following-sibling::ol/li[4]/ol/li[7]/ol/li[2] following-sibling::ol/li[4]/ol/li[7]/ol/li[3] following-sibling::ol/li[4]/ol/li[7]/ol/li[4]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#make-upload-progress-notifications" data-tested-assertations="following::ul[1]/li[1] following::ul[1]/li[2]/ol[1]/li[2] following::ul[1]/li[2]/ol[1]/li[3] following::ul[1]/li[2]/ol[1]/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4]/ol/li[7] following-sibling::ol/li[4]/ol/li[7]/ol/li[2] following-sibling::ol/li[4]/ol/li[7]/ol/li[3] following-sibling::ol/li[4]/ol/li[7]/ol/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#make-upload-progress-notifications" data-tested-assertations="following::ul[1]/li[1] following::ul[1]/li[2]/ol[1]/li[2] following::ul[1]/li[2]/ol[1]/li[3] following::ul[1]/li[2]/ol[1]/li[4]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/abort-event-abort.htm b/XMLHttpRequest/abort-event-abort.htm index 79f1cfd..2382241 100644 --- a/XMLHttpRequest/abort-event-abort.htm +++ b/XMLHttpRequest/abort-event-abort.htm 
@@ -1,7 +1,7 @@  <!DOCTYPE html>  <html>  <head> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4]/ol/li[5]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4]/ol/li[5]" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <title>XMLHttpRequest: The abort() method: do not fire abort event in OPENED state when send() flag is unset. send() throws after abort().</title> 
diff --git a/XMLHttpRequest/abort-event-listeners.htm b/XMLHttpRequest/abort-event-listeners.htm index 885834f..1c50ed3 100644 --- a/XMLHttpRequest/abort-event-listeners.htm +++ b/XMLHttpRequest/abort-event-listeners.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: abort() should not reset event listeners</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-abort()-method" data-tested-assertations="following-sibling::ol/li[6] following-sibling::ol/li[7]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-abort()-method" data-tested-assertations="following-sibling::ol/li[6] following-sibling::ol/li[7]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/abort-event-loadend.htm b/XMLHttpRequest/abort-event-loadend.htm index 23786ac..8b8dfda 100644 --- a/XMLHttpRequest/abort-event-loadend.htm +++ b/XMLHttpRequest/abort-event-loadend.htm 
@@ -1,7 +1,7 @@  <!DOCTYPE html>  <html>  <head> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4]/ol/li[6]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4]/ol/li[6]"/>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <title>XMLHttpRequest: The abort() method: Fire a progress event named loadend</title> 
diff --git a/XMLHttpRequest/abort-event-order.htm b/XMLHttpRequest/abort-event-order.htm index 1882e14..b349a27 100644 --- a/XMLHttpRequest/abort-event-order.htm +++ b/XMLHttpRequest/abort-event-order.htm 
@@ -1,7 +1,7 @@  <!DOCTYPE html>  <html>  <head> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4]/ol/li[3] following-sibling::ol/li[4]/ol/li[5] following-sibling::ol/li[4]/ol/li[6] following-sibling::ol/li[4]/ol/li[7]/ol/li[3] following-sibling::ol/li[4]/ol/li[7]/ol/li[4] following-sibling::ol/li[5]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4]/ol/li[3] following-sibling::ol/li[4]/ol/li[5] following-sibling::ol/li[4]/ol/li[6] following-sibling::ol/li[4]/ol/li[7]/ol/li[3] following-sibling::ol/li[4]/ol/li[7]/ol/li[4] following-sibling::ol/li[5]" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <title>XMLHttpRequest: The abort() method: abort and loadend events</title> 
diff --git a/XMLHttpRequest/abort-upload-event-abort.htm b/XMLHttpRequest/abort-upload-event-abort.htm index c153431..1d04544 100644 --- a/XMLHttpRequest/abort-upload-event-abort.htm +++ b/XMLHttpRequest/abort-upload-event-abort.htm 
@@ -1,7 +1,7 @@  <!DOCTYPE html>  <html>  <head> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4]/ol/li[7]/ol/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4]/ol/li[7]/ol/li[3]" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <title>XMLHttpRequest: The abort() method: Fire a progress event named abort on the XMLHttpRequestUpload object</title> 
diff --git a/XMLHttpRequest/abort-upload-event-loadend.htm b/XMLHttpRequest/abort-upload-event-loadend.htm index 524f71e..5b10b65 100644 --- a/XMLHttpRequest/abort-upload-event-loadend.htm +++ b/XMLHttpRequest/abort-upload-event-loadend.htm 
@@ -1,7 +1,7 @@  <!DOCTYPE html>  <html>  <head> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4]/ol/li[7]/ol/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4]/ol/li[7]/ol/li[4]" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <title>XMLHttpRequest: The abort() method: Fire a progress event named loadend on the XMLHttpRequestUpload object</title> 
diff --git a/XMLHttpRequest/data-uri.htm b/XMLHttpRequest/data-uri.htm index 1552bc8..f3edd3b 100644 --- a/XMLHttpRequest/data-uri.htm +++ b/XMLHttpRequest/data-uri.htm 
@@ -3,8 +3,8 @@  <title>XMLHttpRequest: data uri</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#data:-urls-and-http" data-tested-assertations="following::ul/li[1] following::ul/li[2] following::ul/li[4]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::ul/li[10]/dl/dt[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#data:-urls-and-http" data-tested-assertations="following::ul/li[1] following::ul/li[2] following::ul/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::ul/li[10]/dl/dt[2]" />  <div id="log"></div>    <script> 
diff --git a/XMLHttpRequest/event-abort.htm b/XMLHttpRequest/event-abort.htm index 655e846..ce8d937 100644 --- a/XMLHttpRequest/event-abort.htm +++ b/XMLHttpRequest/event-abort.htm 
@@ -4,9 +4,9 @@  <title>XMLHttpRequest: abort event</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onabort" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-abort" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-xmlhttprequest-abort" data-tested-assertations="following::ol//ol//ol/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onabort" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-abort" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-xmlhttprequest-abort" data-tested-assertations="following::ol//ol//ol/li[3]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/event-load.htm b/XMLHttpRequest/event-load.htm index 7a5012d..9098eeb 100644 --- a/XMLHttpRequest/event-load.htm +++ b/XMLHttpRequest/event-load.htm 
@@ -3,10 +3,10 @@  <title>XMLHttpRequest: The send() method: Fire an event named load (synchronous flag is unset)</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onload" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-load" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::a[contains(@href,'#switch-done')]/.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#switch-done" data-tested-assertations="following::ol/li[6]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onload" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-load" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::a[contains(@href,'#switch-done')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#switch-done" data-tested-assertations="following::ol/li[6]" />  <div id="log"></div>    <script> 
diff --git a/XMLHttpRequest/event-loadend.htm b/XMLHttpRequest/event-loadend.htm index 170718e..b0c6213 100644 --- a/XMLHttpRequest/event-loadend.htm +++ b/XMLHttpRequest/event-loadend.htm 
@@ -4,11 +4,11 @@  <title>XMLHttpRequest: loadend event</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onloadend" data-tested-assertations="/../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-loadend" data-tested-assertations="/../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="/following-sibling::ol/li[10]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::a[contains(@href,'#switch-done')]/.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#switch-done" data-tested-assertations="following::ol[1]/li[7]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onloadend" data-tested-assertations="/../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-loadend" data-tested-assertations="/../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="/following-sibling::ol/li[10]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::a[contains(@href,'#switch-done')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#switch-done" data-tested-assertations="following::ol[1]/li[7]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/event-loadstart.htm b/XMLHttpRequest/event-loadstart.htm index 299b565..5149003 100644 --- a/XMLHttpRequest/event-loadstart.htm +++ b/XMLHttpRequest/event-loadstart.htm 
@@ -4,9 +4,9 @@  <title>XMLHttpRequest: loadstart event</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onloadstart" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-loadstart" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following-sibling::ol/li[9]/ol/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onloadstart" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-loadstart" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following-sibling::ol/li[9]/ol/li[2]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/event-progress.htm b/XMLHttpRequest/event-progress.htm index fec03bf..31b35b7 100644 --- a/XMLHttpRequest/event-progress.htm +++ b/XMLHttpRequest/event-progress.htm 
@@ -4,11 +4,11 @@  <title>XMLHttpRequest: The send() method: Fire a progress event named progress (synchronous flag is unset)</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> -<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onprogress" data-tested-assertations="../.." /> -<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-progress" data-tested-assertations="../.." /> -<link rel="help" href="http://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::*//a[contains(@href,'#make-progress-notifications')]" /> -<link rel="help" href="http://xhr.spec.whatwg.org/#make-progress-notifications" data-tested-assertations=".." /> -<link rel="help" href="http://xhr.spec.whatwg.org/#switch-done" data-tested-assertations="following::li[5]" /> +<link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onprogress" data-tested-assertations="../.." /> +<link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-progress" data-tested-assertations="../.." /> +<link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::*//a[contains(@href,'#make-progress-notifications')]" /> +<link rel="help" href="https://xhr.spec.whatwg.org/#make-progress-notifications" data-tested-assertations=".." /> +<link rel="help" href="https://xhr.spec.whatwg.org/#switch-done" data-tested-assertations="following::li[5]" />  <div id="log"></div>  <script>  var test = async_test(); 
diff --git a/XMLHttpRequest/event-readystatechange-loaded.htm b/XMLHttpRequest/event-readystatechange-loaded.htm index d77ce53..4368f8c 100644 --- a/XMLHttpRequest/event-readystatechange-loaded.htm +++ b/XMLHttpRequest/event-readystatechange-loaded.htm 
@@ -5,9 +5,9 @@  <title>XMLHttpRequest: the LOADING state change should only happen once</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::ol[1]/li[10]/dt[1]"> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[7] following::a[contains(@href,'#switch-loading')]/.."> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#switch-loading" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[2]"> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::ol[1]/li[10]/dt[1]"> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[7] following::a[contains(@href,'#switch-loading')]/.."> + <link rel="help" href="https://xhr.spec.whatwg.org/#switch-loading" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[2]">  </head>    <div id="log"></div> 
diff --git a/XMLHttpRequest/event-timeout.htm b/XMLHttpRequest/event-timeout.htm index d165e52..3368efc 100644 --- a/XMLHttpRequest/event-timeout.htm +++ b/XMLHttpRequest/event-timeout.htm 
@@ -4,11 +4,11 @@  <title>XMLHttpRequest: timeout event</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-ontimeout" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-timeout" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-timeout-attribute" data-tested-assertations="following-sibling::ol/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#timeout-error" data-tested-assertations=".." /> - <link rel="help" href="http://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-ontimeout" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-timeout" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-timeout-attribute" data-tested-assertations="following-sibling::ol/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#timeout-error" data-tested-assertations=".." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/event-upload-progress-crossorigin.sub.htm b/XMLHttpRequest/event-upload-progress-crossorigin.sub.htm index e63416e..6130bba 100644 --- a/XMLHttpRequest/event-upload-progress-crossorigin.sub.htm +++ b/XMLHttpRequest/event-upload-progress-crossorigin.sub.htm 
@@ -4,10 +4,10 @@  <title>XMLHttpRequest: upload progress event for cross-origin requests</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onprogress" data-tested-assertations="../.." /> - <link rel="help" href="http://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::*//a[contains(@href,'#make-upload-progress-notifications')] following::ol[1]/li[8]" /> - <link rel="help" href="http://xhr.spec.whatwg.org/#make-upload-progress-notifications" data-tested-assertations=".. ../following::ul/li[1]" /> - <link rel="help" href="http://xhr.spec.whatwg.org/#dom-xmlhttprequest-upload" data-tested-assertations=".." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onprogress" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::*//a[contains(@href,'#make-upload-progress-notifications')] following::ol[1]/li[8]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#make-upload-progress-notifications" data-tested-assertations=".. ../following::ul/li[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-xmlhttprequest-upload" data-tested-assertations=".." />    <div id="log"></div>  <script> 
diff --git a/XMLHttpRequest/event-upload-progress.htm b/XMLHttpRequest/event-upload-progress.htm index b01a5f7..98c76cc 100644 --- a/XMLHttpRequest/event-upload-progress.htm +++ b/XMLHttpRequest/event-upload-progress.htm 
@@ -4,10 +4,10 @@  <title>XMLHttpRequest: upload progress event</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onprogress" data-tested-assertations="../.." /> - <link rel="help" href="http://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::*//a[contains(@href,'#make-upload-progress-notifications')] following::ol[1]/li[8]" /> - <link rel="help" href="http://xhr.spec.whatwg.org/#make-upload-progress-notifications" data-tested-assertations=".. ../following::ul/li[1]" /> - <link rel="help" href="http://xhr.spec.whatwg.org/#dom-xmlhttprequest-upload" data-tested-assertations=".." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onprogress" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::*//a[contains(@href,'#make-upload-progress-notifications')] following::ol[1]/li[8]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#make-upload-progress-notifications" data-tested-assertations=".. ../following::ul/li[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-xmlhttprequest-upload" data-tested-assertations=".." />    <div id="log"></div>  <script> 
diff --git a/XMLHttpRequest/formdata-blob.htm b/XMLHttpRequest/formdata-blob.htm index 55c0a10..5efef7b 100644 --- a/XMLHttpRequest/formdata-blob.htm +++ b/XMLHttpRequest/formdata-blob.htm 
@@ -4,11 +4,11 @@  <title>XMLHttpRequest: upload formdata with blob</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#interface-formdata" data-tested-assertations="following::P[1]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-formdata" data-tested-assertations="following::P[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-formdata-append" data-tested-assertations=".. following::P[1]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-formdata-append" data-tested-assertations="following::P[2] following::UL[1]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-XMLHttpRequest-send-FormData" data-tested-assertations="following::DD[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#interface-formdata" data-tested-assertations="following::P[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-formdata" data-tested-assertations="following::P[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-formdata-append" data-tested-assertations=".. following::P[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-formdata-append" data-tested-assertations="following::P[2] following::UL[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-XMLHttpRequest-send-FormData" data-tested-assertations="following::DD[1]" />  <div id="log"></div>  <script>  function do_test (name, fd, expected) { 
diff --git a/XMLHttpRequest/formdata.htm b/XMLHttpRequest/formdata.htm index 7963608..e0d0a4e 100644 --- a/XMLHttpRequest/formdata.htm +++ b/XMLHttpRequest/formdata.htm 
@@ -4,10 +4,10 @@  <title>XMLHttpRequest: upload formdata</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#interface-formdata" data-tested-assertations="following::P[1]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-formdata" data-tested-assertations=".. following::P[1]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-formdata-append" data-tested-assertations=".. following::UL[1]/LI[1] following::UL[1]/LI[2] following::UL[1]/LI[3]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-XMLHttpRequest-send-FormData" data-tested-assertations="following::DD[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#interface-formdata" data-tested-assertations="following::P[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-formdata" data-tested-assertations=".. following::P[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-formdata-append" data-tested-assertations=".. following::UL[1]/LI[1] following::UL[1]/LI[2] following::UL[1]/LI[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-XMLHttpRequest-send-FormData" data-tested-assertations="following::DD[1]" />  <div id="log"></div>  <form id="form">  <input type="hidden" name="key" value="value"> 
diff --git a/XMLHttpRequest/getallresponseheaders-cookies.htm b/XMLHttpRequest/getallresponseheaders-cookies.htm index 04979e0..2cd8098 100644 --- a/XMLHttpRequest/getallresponseheaders-cookies.htm +++ b/XMLHttpRequest/getallresponseheaders-cookies.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: getAllResponseHeaders() excludes cookies</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-xmlhttprequest-getallresponseheaders" data-tested-assertations="/following::OL[1]/LI[1] /following::OL[1]/LI[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-xmlhttprequest-getallresponseheaders" data-tested-assertations="/following::OL[1]/LI[1] /following::OL[1]/LI[3]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/getallresponseheaders-status.htm b/XMLHttpRequest/getallresponseheaders-status.htm index 7a8148f..b4afc61 100644 --- a/XMLHttpRequest/getallresponseheaders-status.htm +++ b/XMLHttpRequest/getallresponseheaders-status.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: getAllResponseHeaders() excludes status</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-xmlhttprequest-getallresponseheaders" data-tested-assertations="/following::OL[1]/LI[1] /following::OL[1]/LI[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-xmlhttprequest-getallresponseheaders" data-tested-assertations="/following::OL[1]/LI[1] /following::OL[1]/LI[3]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/getresponseheader-case-insensitive.htm b/XMLHttpRequest/getresponseheader-case-insensitive.htm index b6540c8..8e0537e 100644 --- a/XMLHttpRequest/getresponseheader-case-insensitive.htm +++ b/XMLHttpRequest/getresponseheader-case-insensitive.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: getResponseHeader() case-insensitive matching</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-xmlhttprequest-getresponseheader" data-tested-assertations="following::OL[1]/LI[4] following::OL[1]/LI[5] following::OL[1]/LI[6]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-xmlhttprequest-getresponseheader" data-tested-assertations="following::OL[1]/LI[4] following::OL[1]/LI[5] following::OL[1]/LI[6]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/getresponseheader-chunked-trailer.htm b/XMLHttpRequest/getresponseheader-chunked-trailer.htm index f2acfb0..3cbdb9c 100644 --- a/XMLHttpRequest/getresponseheader-chunked-trailer.htm +++ b/XMLHttpRequest/getresponseheader-chunked-trailer.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: getResponseHeader() and HTTP trailer</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-xmlhttprequest-getresponseheader" data-tested-assertations="/following::OL[1]/LI[4] /following::OL[1]/LI[5] /following::OL[1]/LI[6]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-xmlhttprequest-getresponseheader" data-tested-assertations="/following::OL[1]/LI[4] /following::OL[1]/LI[5] /following::OL[1]/LI[6]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/getresponseheader-cookies-and-more.htm b/XMLHttpRequest/getresponseheader-cookies-and-more.htm index 3b92632..053fe44 100644 --- a/XMLHttpRequest/getresponseheader-cookies-and-more.htm +++ b/XMLHttpRequest/getresponseheader-cookies-and-more.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: getResponseHeader() custom/non-existent headers and cookies</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-xmlhttprequest-getresponseheader" data-tested-assertations="following::OL[1]/LI[3] following::OL[1]/LI[5] following::OL[1]/LI[6]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-xmlhttprequest-getresponseheader" data-tested-assertations="following::OL[1]/LI[3] following::OL[1]/LI[5] following::OL[1]/LI[6]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/getresponseheader-error-state.htm b/XMLHttpRequest/getresponseheader-error-state.htm index 6542ea5..c9695fd 100644 --- a/XMLHttpRequest/getresponseheader-error-state.htm +++ b/XMLHttpRequest/getresponseheader-error-state.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: getResponseHeader() in error state (failing cross-origin test)</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-xmlhttprequest-getresponseheader" data-tested-assertations="following::OL[1]/LI[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-xmlhttprequest-getresponseheader" data-tested-assertations="following::OL[1]/LI[2]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/getresponseheader-server-date.htm b/XMLHttpRequest/getresponseheader-server-date.htm index d157842..409bc35 100644 --- a/XMLHttpRequest/getresponseheader-server-date.htm +++ b/XMLHttpRequest/getresponseheader-server-date.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: getResponseHeader() server and date</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-xmlhttprequest-getresponseheader" data-tested-assertations="/following::OL[1]/LI[4] /following::OL[1]/LI[5] /following::OL[1]/LI[6]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-xmlhttprequest-getresponseheader" data-tested-assertations="/following::OL[1]/LI[4] /following::OL[1]/LI[5] /following::OL[1]/LI[6]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/getresponseheader-special-characters.htm b/XMLHttpRequest/getresponseheader-special-characters.htm index 5416e6a..980f848 100644 --- a/XMLHttpRequest/getresponseheader-special-characters.htm +++ b/XMLHttpRequest/getresponseheader-special-characters.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: getResponseHeader() funny characters</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-xmlhttprequest-getresponseheader" data-tested-assertations="/following::OL[1]/LI[5] /following::OL[1]/LI[6]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-xmlhttprequest-getresponseheader" data-tested-assertations="/following::OL[1]/LI[5] /following::OL[1]/LI[6]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/getresponseheader-unsent-opened-state.htm b/XMLHttpRequest/getresponseheader-unsent-opened-state.htm index d0f9d27..e3bc272 100644 --- a/XMLHttpRequest/getresponseheader-unsent-opened-state.htm +++ b/XMLHttpRequest/getresponseheader-unsent-opened-state.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: getResponseHeader() in unsent, opened states</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-xmlhttprequest-getresponseheader" data-tested-assertations="/following::OL[1]/LI[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-xmlhttprequest-getresponseheader" data-tested-assertations="/following::OL[1]/LI[1]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-after-abort.htm b/XMLHttpRequest/open-after-abort.htm index 747f32d..ca8a4e1 100644 --- a/XMLHttpRequest/open-after-abort.htm +++ b/XMLHttpRequest/open-after-abort.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: open() after abort()</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol/li[15] following::ol/li[15]/ol/li[1] following::ol/li[15]/ol/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol/li[15] following::ol/li[15]/ol/li[1] following::ol/li[15]/ol/li[2]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-after-setrequestheader.htm b/XMLHttpRequest/open-after-setrequestheader.htm index 1cfd796..525edbf 100644 --- a/XMLHttpRequest/open-after-setrequestheader.htm +++ b/XMLHttpRequest/open-after-setrequestheader.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: open() after setRequestHeader()</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol/li[14]/ul/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol/li[14]/ul/li[4]" />    </head>  <body> 
diff --git a/XMLHttpRequest/open-method-bogus.htm b/XMLHttpRequest/open-method-bogus.htm index d2aa49c..f25e836 100644 --- a/XMLHttpRequest/open-method-bogus.htm +++ b/XMLHttpRequest/open-method-bogus.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: open() - bogus methods</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol[1]/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol[1]/li[4]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-method-case-insensitive.htm b/XMLHttpRequest/open-method-case-insensitive.htm index 86552a2..1033817 100644 --- a/XMLHttpRequest/open-method-case-insensitive.htm +++ b/XMLHttpRequest/open-method-case-insensitive.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: open() - case-insensitive methods test</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol/li[5]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol/li[5]" />    </head>  <body> 
diff --git a/XMLHttpRequest/open-method-case-sensitive.htm b/XMLHttpRequest/open-method-case-sensitive.htm index 767ad25..270e32d 100644 --- a/XMLHttpRequest/open-method-case-sensitive.htm +++ b/XMLHttpRequest/open-method-case-sensitive.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: open() - case-sensitive methods test</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol/li[5]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol/li[5]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-method-insecure.htm b/XMLHttpRequest/open-method-insecure.htm index 3938a7a..1a77ff3 100644 --- a/XMLHttpRequest/open-method-insecure.htm +++ b/XMLHttpRequest/open-method-insecure.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: open() - "insecure" methods</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol/li[5] following::ol/li[6]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol/li[5] following::ol/li[6]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-method-responsetype-set-sync.htm b/XMLHttpRequest/open-method-responsetype-set-sync.htm index 3fed553..543a139 100644 --- a/XMLHttpRequest/open-method-responsetype-set-sync.htm +++ b/XMLHttpRequest/open-method-responsetype-set-sync.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: open() sync request not allowed if responseType is set</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol[1]/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol[1]/li[4]" />    </head>  <body> 
diff --git a/XMLHttpRequest/open-open-send.htm b/XMLHttpRequest/open-open-send.htm index 88b0833..ebc1801 100644 --- a/XMLHttpRequest/open-open-send.htm +++ b/XMLHttpRequest/open-open-send.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: open() - open() - send()</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol/li[14]/ul/li[1] following::ol/li[14]/ul/li[2] following::ol/li[15]/ol/li[1] following::ol/li[15]/ol/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol/li[14]/ul/li[1] following::ol/li[14]/ul/li[2] following::ol/li[15]/ol/li[1] following::ol/li[15]/ol/li[2]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-open-sync-send.htm b/XMLHttpRequest/open-open-sync-send.htm index 635c481..b0badfd 100644 --- a/XMLHttpRequest/open-open-sync-send.htm +++ b/XMLHttpRequest/open-open-sync-send.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: open() - open() (sync) - send()</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol/li[14]/ul/li[1] following::ol/li[14]/ul/li[2] following::ol/li[14]/ul/li[3] following::ol/li[15]/ol/li[1] following::ol/li[15]/ol/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol/li[14]/ul/li[1] following::ol/li[14]/ul/li[2] following::ol/li[14]/ul/li[3] following::ol/li[15]/ol/li[1] following::ol/li[15]/ol/li[2]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-referer.htm b/XMLHttpRequest/open-referer.htm index 3e2afb3..4ffdfe0 100644 --- a/XMLHttpRequest/open-referer.htm +++ b/XMLHttpRequest/open-referer.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: open() - value of Referer header</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="/following::ol[1]/li[2]/ol[1]/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="/following::ol[1]/li[2]/ol[1]/li[4]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-send-open.htm b/XMLHttpRequest/open-send-open.htm index e3c351c..d57592c 100644 --- a/XMLHttpRequest/open-send-open.htm +++ b/XMLHttpRequest/open-send-open.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: open() - send() - open()</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol/li[14]/ul/li[1] following::ol/li[14]/ul/li[2] following::ol/li[15]/ol/li[1] following::ol/li[15]/ol/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol/li[14]/ul/li[1] following::ol/li[14]/ul/li[2] following::ol/li[15]/ol/li[1] following::ol/li[15]/ol/li[2]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-sync-open-send.htm b/XMLHttpRequest/open-sync-open-send.htm index f4226ea..cc81c52 100644 --- a/XMLHttpRequest/open-sync-open-send.htm +++ b/XMLHttpRequest/open-sync-open-send.htm 
@@ -4,12 +4,12 @@  <title>XMLHttpRequest: open() (sync) - send() - open()</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol[1]/li[14]/ul/li[1] following::ol[1]/li[14]/ul/li[2] following::ol[1]/li[14]/ul/li[3] following::ol[1]/li[15]/ol/li[1] following::ol[1]/li[15]/ol/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsexml-attribute" data-tested-assertations="following::ol[1]/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsetext-attribute" data-tested-assertations="following::ol[1]/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-status-attribute" data-tested-assertations="following::ol[1]/li[1]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-statustext-attribute" data-tested-assertations="following::ol[1]/li[1]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-getallresponseheaders()-method" data-tested-assertations="following::ol[1]/li[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol[1]/li[14]/ul/li[1] following::ol[1]/li[14]/ul/li[2] following::ol[1]/li[14]/ul/li[3] following::ol[1]/li[15]/ol/li[1] following::ol[1]/li[15]/ol/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsexml-attribute" data-tested-assertations="following::ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsetext-attribute" data-tested-assertations="following::ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-status-attribute" data-tested-assertations="following::ol[1]/li[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-statustext-attribute" data-tested-assertations="following::ol[1]/li[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-getallresponseheaders()-method" data-tested-assertations="following::ol[1]/li[1]" />    </head>  <body> 
diff --git a/XMLHttpRequest/open-url-about-blank-window.htm b/XMLHttpRequest/open-url-about-blank-window.htm index 0c20127..5be3b77 100644 --- a/XMLHttpRequest/open-url-about-blank-window.htm +++ b/XMLHttpRequest/open-url-about-blank-window.htm 
@@ -4,9 +4,9 @@  <title>XMLHttpRequest: open() resolving URLs (about:blank iframe)</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol/li[2]/ol/li[2] following::ol/li[7] following::ol/li[14]/ul/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsetext-attribute" data-tested-assertations="following::ol/li[4]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#concept-xmlhttprequest-document" data-tested-assertations=".." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol/li[2]/ol/li[2] following::ol/li[7] following::ol/li[14]/ul/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsetext-attribute" data-tested-assertations="following::ol/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#concept-xmlhttprequest-document" data-tested-assertations=".." />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-url-base-inserted-after-open.htm b/XMLHttpRequest/open-url-base-inserted-after-open.htm index c17cb0c..a4d641f 100644 --- a/XMLHttpRequest/open-url-base-inserted-after-open.htm +++ b/XMLHttpRequest/open-url-base-inserted-after-open.htm 
@@ -4,8 +4,8 @@  <title>XMLHttpRequest: open() resolving URLs - insert &lt;base> after open()</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol/li[2]/ol/li[2] following::ol/li[7] following::ol/li[14]/ul/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsetext-attribute" data-tested-assertations="following::ol/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol/li[2]/ol/li[2] following::ol/li[7] following::ol/li[14]/ul/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsetext-attribute" data-tested-assertations="following::ol/li[4]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-url-base-inserted.htm b/XMLHttpRequest/open-url-base-inserted.htm index 8733489..69ad619 100644 --- a/XMLHttpRequest/open-url-base-inserted.htm +++ b/XMLHttpRequest/open-url-base-inserted.htm 
@@ -4,8 +4,8 @@  <title>XMLHttpRequest: open() resolving URLs - insert &lt;base></title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol/li[2]/ol/li[2] following::ol/li[7] following::ol/li[14]/ul/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsetext-attribute" data-tested-assertations="following::ol/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol/li[2]/ol/li[2] following::ol/li[7] following::ol/li[14]/ul/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsetext-attribute" data-tested-assertations="following::ol/li[4]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-url-base.htm b/XMLHttpRequest/open-url-base.htm index 06a0489..3c0e8c9 100644 --- a/XMLHttpRequest/open-url-base.htm +++ b/XMLHttpRequest/open-url-base.htm 
@@ -5,8 +5,8 @@  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <base href="./resources/"> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol/li[2]/ol/li[2] following::ol/li[7] following::ol/li[14]/ul/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsetext-attribute" data-tested-assertations="following::ol/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol/li[2]/ol/li[2] following::ol/li[7] following::ol/li[14]/ul/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsetext-attribute" data-tested-assertations="following::ol/li[4]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-url-bogus.htm b/XMLHttpRequest/open-url-bogus.htm index b819888..a4e296d 100644 --- a/XMLHttpRequest/open-url-bogus.htm +++ b/XMLHttpRequest/open-url-bogus.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: open() - bogus URLs</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol/li[7] following::ol/li[8]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol/li[7] following::ol/li[8]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-url-encoding.htm b/XMLHttpRequest/open-url-encoding.htm index 53022de..a545d41 100644 --- a/XMLHttpRequest/open-url-encoding.htm +++ b/XMLHttpRequest/open-url-encoding.htm 
@@ -5,7 +5,7 @@  <title>XMLHttpRequest: open() - URL encoding</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol/li[7] following::ol/li[14]/ul/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol/li[7] following::ol/li[14]/ul/li[2]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-url-fragment.htm b/XMLHttpRequest/open-url-fragment.htm index 2b39f5c..6b3fdeb 100644 --- a/XMLHttpRequest/open-url-fragment.htm +++ b/XMLHttpRequest/open-url-fragment.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: open() resolving URLs - fragment identifier</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol[1]/li[7]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol[1]/li[7]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-url-javascript-window-2.htm b/XMLHttpRequest/open-url-javascript-window-2.htm index 3c0bd53..f5ddd42 100644 --- a/XMLHttpRequest/open-url-javascript-window-2.htm +++ b/XMLHttpRequest/open-url-javascript-window-2.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: open() - resolving URLs (javascript: &lt;iframe>; 2)</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol[1]/li[2]/ol[1]/li[2] following::ol[1]/li[7] following::ol[1]/li[14]/ul/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol[1]/li[2]/ol[1]/li[2] following::ol[1]/li[7] following::ol[1]/li[14]/ul/li[2]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-url-javascript-window.htm b/XMLHttpRequest/open-url-javascript-window.htm index e49c337..cd208d5 100644 --- a/XMLHttpRequest/open-url-javascript-window.htm +++ b/XMLHttpRequest/open-url-javascript-window.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: open() - resolving URLs (javascript: &lt;iframe>; 1)</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol[1]/li[2]/ol[1]/li[2] following::ol[1]/li[7] following::ol[1]/li[14]/ul/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol[1]/li[2]/ol[1]/li[2] following::ol[1]/li[7] following::ol[1]/li[14]/ul/li[2]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-url-multi-window-2.htm b/XMLHttpRequest/open-url-multi-window-2.htm index eee5ef4..398764e 100644 --- a/XMLHttpRequest/open-url-multi-window-2.htm +++ b/XMLHttpRequest/open-url-multi-window-2.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: open() resolving URLs (multi-Window; 2; evil)</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol[1]/li[2]/ol[1]/li[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol[1]/li[2]/ol[1]/li[1]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-url-multi-window-5.htm b/XMLHttpRequest/open-url-multi-window-5.htm index 15897c4..a27d2b3 100644 --- a/XMLHttpRequest/open-url-multi-window-5.htm +++ b/XMLHttpRequest/open-url-multi-window-5.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: open() resolving URLs (multi-Window; 5)</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol[1]/li[2]/ol[1]/li[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol[1]/li[2]/ol[1]/li[1]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-url-multi-window.htm b/XMLHttpRequest/open-url-multi-window.htm index 994aa1c..b84aaa5 100644 --- a/XMLHttpRequest/open-url-multi-window.htm +++ b/XMLHttpRequest/open-url-multi-window.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: open() resolving URLs (multi-Window; 1)</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol[1]/li[2]/ol[1]/li[2] following::ol[1]/li[7] following::ol[1]/li[14]/ul/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol[1]/li[2]/ol[1]/li[2] following::ol[1]/li[7] following::ol[1]/li[14]/ul/li[2]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-url-worker-origin.htm b/XMLHttpRequest/open-url-worker-origin.htm index 9f04751..bad2ec4 100644 --- a/XMLHttpRequest/open-url-worker-origin.htm +++ b/XMLHttpRequest/open-url-worker-origin.htm 
@@ -6,7 +6,7 @@  <link rel="stylesheet" href="/resources/testharness.css" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::OL[1]/LI[3] following::OL[1]/LI[3]/ol[1]/li[1] following::OL[1]/LI[3]/ol[1]/li[2] following::OL[1]/LI[3]/ol[1]/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::OL[1]/LI[3] following::OL[1]/LI[3]/ol[1]/li[1] following::OL[1]/LI[3]/ol[1]/li[2] following::OL[1]/LI[3]/ol[1]/li[3]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-url-worker-simple.htm b/XMLHttpRequest/open-url-worker-simple.htm index 6bda8f1..f0613c1 100644 --- a/XMLHttpRequest/open-url-worker-simple.htm +++ b/XMLHttpRequest/open-url-worker-simple.htm 
@@ -6,7 +6,7 @@  <link rel="stylesheet" href="/resources/testharness.css" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::OL[1]/LI[3] following::OL[1]/LI[3]/ol[1]/li[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::OL[1]/LI[3] following::OL[1]/LI[3]/ol[1]/li[1]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/open-user-password-non-same-origin.htm b/XMLHttpRequest/open-user-password-non-same-origin.htm index 7f2df8c..e49888c 100644 --- a/XMLHttpRequest/open-user-password-non-same-origin.htm +++ b/XMLHttpRequest/open-user-password-non-same-origin.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: open() - user/pass argument and non same-origin URL doesn't throw</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol/li[9]/ol/li[1] following::ol/li[9]/ol/li[2] following::ol/li[15]/ol/li[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol/li[9]/ol/li[1] following::ol/li[9]/ol/li[2] following::ol/li[15]/ol/li[1]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/overridemimetype-done-state.htm b/XMLHttpRequest/overridemimetype-done-state.htm index 9570b0f..a1711e6 100644 --- a/XMLHttpRequest/overridemimetype-done-state.htm +++ b/XMLHttpRequest/overridemimetype-done-state.htm 
@@ -5,7 +5,7 @@  <meta charset="utf-8">  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-overridemimetype()-method" data-tested-assertations="/following::ol/li[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-overridemimetype()-method" data-tested-assertations="/following::ol/li[1]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/overridemimetype-headers-received-state-force-shiftjis.htm b/XMLHttpRequest/overridemimetype-headers-received-state-force-shiftjis.htm index 9718616..578e28c 100644 --- a/XMLHttpRequest/overridemimetype-headers-received-state-force-shiftjis.htm +++ b/XMLHttpRequest/overridemimetype-headers-received-state-force-shiftjis.htm 
@@ -5,7 +5,7 @@  <meta charset="utf-8">  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-overridemimetype()-method" data-tested-assertations="/following::ol/li[1] /following::ol/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-overridemimetype()-method" data-tested-assertations="/following::ol/li[1] /following::ol/li[4]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/overridemimetype-invalid-mime-type.htm b/XMLHttpRequest/overridemimetype-invalid-mime-type.htm index 7bd2f3e..9cfd801 100644 --- a/XMLHttpRequest/overridemimetype-invalid-mime-type.htm +++ b/XMLHttpRequest/overridemimetype-invalid-mime-type.htm 
@@ -5,7 +5,7 @@  <meta charset="utf-8">  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-overridemimetype()-method" data-tested-assertations="/following::ol/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-overridemimetype()-method" data-tested-assertations="/following::ol/li[2]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/overridemimetype-loading-state.htm b/XMLHttpRequest/overridemimetype-loading-state.htm index 91d3463..cce3fa4 100644 --- a/XMLHttpRequest/overridemimetype-loading-state.htm +++ b/XMLHttpRequest/overridemimetype-loading-state.htm 
@@ -5,7 +5,7 @@  <meta charset="utf-8">  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-overridemimetype()-method" data-tested-assertations="/following::ol/li[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-overridemimetype()-method" data-tested-assertations="/following::ol/li[1]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/overridemimetype-open-state-force-utf-8.htm b/XMLHttpRequest/overridemimetype-open-state-force-utf-8.htm index 27d61d0..5a26100 100644 --- a/XMLHttpRequest/overridemimetype-open-state-force-utf-8.htm +++ b/XMLHttpRequest/overridemimetype-open-state-force-utf-8.htm 
@@ -5,7 +5,7 @@  <meta charset="utf-8">  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-overridemimetype()-method" data-tested-assertations="/following::ol/li[3] /following::ol/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-overridemimetype()-method" data-tested-assertations="/following::ol/li[3] /following::ol/li[4]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/overridemimetype-open-state-force-xml.htm b/XMLHttpRequest/overridemimetype-open-state-force-xml.htm index bd313eb..fd0664a 100644 --- a/XMLHttpRequest/overridemimetype-open-state-force-xml.htm +++ b/XMLHttpRequest/overridemimetype-open-state-force-xml.htm 
@@ -5,7 +5,7 @@  <meta charset="utf-8">  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-overridemimetype()-method" data-tested-assertations="/following::ol/li[3] /following::ol/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-overridemimetype()-method" data-tested-assertations="/following::ol/li[3] /following::ol/li[4]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/overridemimetype-unsent-state-force-shiftjis.htm b/XMLHttpRequest/overridemimetype-unsent-state-force-shiftjis.htm index ab5d9de..98dfe14 100644 --- a/XMLHttpRequest/overridemimetype-unsent-state-force-shiftjis.htm +++ b/XMLHttpRequest/overridemimetype-unsent-state-force-shiftjis.htm 
@@ -5,7 +5,7 @@  <meta charset="utf-8">  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-overridemimetype()-method" data-tested-assertations="/following::ol/li[3] /following::ol/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-overridemimetype()-method" data-tested-assertations="/following::ol/li[3] /following::ol/li[4]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/progress-events-response-data-gzip.htm b/XMLHttpRequest/progress-events-response-data-gzip.htm index db97a40..dc166a2 100644 --- a/XMLHttpRequest/progress-events-response-data-gzip.htm +++ b/XMLHttpRequest/progress-events-response-data-gzip.htm 
@@ -5,7 +5,7 @@  <meta name="timeout" content="long">  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://www.w3.org/TR/progress-events/#firing-events-using-the-progressevent-interface-for-http" data-tested-assertations="following::p[contains(text(),'content-encodings')]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#firing-events-using-the-progressevent-interface-for-http" data-tested-assertations="following::p[contains(text(),'content-encodings')]" />  <!-- TODO: find better spec reference when https://www.w3.org/Bugs/Public/show_bug.cgi?id=25587 is fixed -->  </head>  <body> 
diff --git a/XMLHttpRequest/response-data-arraybuffer.htm b/XMLHttpRequest/response-data-arraybuffer.htm index 2c3cda0..7eaf719 100644 --- a/XMLHttpRequest/response-data-arraybuffer.htm +++ b/XMLHttpRequest/response-data-arraybuffer.htm 
@@ -1,8 +1,8 @@  <!DOCTYPE html>  <html>  <head> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsetype-attribute" data-tested-assertations="following::ol[1]/li[4]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-response-attribute" data-tested-assertations="following::a[contains(@href,'#arraybuffer-response-entity-body')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsetype-attribute" data-tested-assertations="following::ol[1]/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-response-attribute" data-tested-assertations="following::a[contains(@href,'#arraybuffer-response-entity-body')]/.." />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <title>XMLHttpRequest: The response attribute: ArrayBuffer data</title> 
diff --git a/XMLHttpRequest/response-data-blob.htm b/XMLHttpRequest/response-data-blob.htm index a78f96c..19731d3 100644 --- a/XMLHttpRequest/response-data-blob.htm +++ b/XMLHttpRequest/response-data-blob.htm 
@@ -1,9 +1,9 @@  <!DOCTYPE html>  <html>  <head> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsetype-attribute" data-tested-assertations="following::ol[1]/li[4]"/> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-response-attribute" data-tested-assertations="following::a[contains(@href,'#blob-response-entity-body')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsetype-attribute" data-tested-assertations="following::ol[1]/li[4]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-response-attribute" data-tested-assertations="following::a[contains(@href,'#blob-response-entity-body')]/.." />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <title>XMLHttpRequest: The response attribute: Blob data</title> 
diff --git a/XMLHttpRequest/response-data-progress.htm b/XMLHttpRequest/response-data-progress.htm index d8a5787..3c5ec0e 100644 --- a/XMLHttpRequest/response-data-progress.htm +++ b/XMLHttpRequest/response-data-progress.htm 
@@ -5,10 +5,10 @@  <title>XMLHttpRequest: progress events grow response body size</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::a[contains(@href,'#make-progress-notifications')]/.. following::a[contains(@href,'#make-progress-notifications')]/../following:p[1]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#make-progress-notifications" data-tested-assertations=".." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onprogress" data-tested-assertations="/../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-progress" data-tested-assertations="/../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::a[contains(@href,'#make-progress-notifications')]/.. following::a[contains(@href,'#make-progress-notifications')]/../following:p[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#make-progress-notifications" data-tested-assertations=".." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onprogress" data-tested-assertations="/../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-progress" data-tested-assertations="/../.." />  </head>    <div id="log"></div> 
diff --git a/XMLHttpRequest/response-invalid-responsetype.htm b/XMLHttpRequest/response-invalid-responsetype.htm index ed7c80f..603c4cd 100644 --- a/XMLHttpRequest/response-invalid-responsetype.htm +++ b/XMLHttpRequest/response-invalid-responsetype.htm 
@@ -4,8 +4,8 @@  <title>XMLHttpRequest: response is plain text if responseType is set to an invalid string</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-response-attribute" data-tested-assertations="following::dd[2]/ol[1]/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsetype-attribute" data-tested-assertations="following::ol[1]/li[4]" /><!-- Not quite - but this is handled in WebIDL, not the XHR spec --> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-response-attribute" data-tested-assertations="following::dd[2]/ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsetype-attribute" data-tested-assertations="following::ol[1]/li[4]" /><!-- Not quite - but this is handled in WebIDL, not the XHR spec -->  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/response-json.htm b/XMLHttpRequest/response-json.htm index e4c8f20..a694d7f 100644 --- a/XMLHttpRequest/response-json.htm +++ b/XMLHttpRequest/response-json.htm 
@@ -5,9 +5,9 @@  <meta charset="utf-8">  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsetype-attribute" data-tested-assertations="following::OL[1]/LI[4]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-response-attribute" data-tested-assertations="following::dt[2]/dt[4] following::dt[2]/dt[4]/following::dd[1]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#json-response-entity-body" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[2] following::ol[1]/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsetype-attribute" data-tested-assertations="following::OL[1]/LI[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-response-attribute" data-tested-assertations="following::dt[2]/dt[4] following::dt[2]/dt[4]/following::dd[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#json-response-entity-body" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[2] following::ol[1]/li[3]" />    </head>  <body> 
diff --git a/XMLHttpRequest/responsetext-decoding.htm b/XMLHttpRequest/responsetext-decoding.htm index 5872c53..7f179e6 100644 --- a/XMLHttpRequest/responsetext-decoding.htm +++ b/XMLHttpRequest/responsetext-decoding.htm 
@@ -4,8 +4,8 @@  <title>XMLHttpRequest: responseText decoding</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsetext-attribute" data-tested-assertations="following::ol[1]/li[4]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#text-response-entity-body" data-tested-assertations="following::ol[1]/li[2] following::ol[1]/li[3] following::ol[1]/li[4] following::ol[1]/li[5]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsetext-attribute" data-tested-assertations="following::ol[1]/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#text-response-entity-body" data-tested-assertations="following::ol[1]/li[2] following::ol[1]/li[3] following::ol[1]/li[4] following::ol[1]/li[5]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/responsetype.html b/XMLHttpRequest/responsetype.html index 8db6890..ade6044 100644 --- a/XMLHttpRequest/responsetype.html +++ b/XMLHttpRequest/responsetype.html 
@@ -3,7 +3,7 @@  <title>XMLHttpRequest.responseType</title>  <link rel="author" title="Mathias Bynens" href="http://mathiasbynens.be/">  <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"> -<link rel="help" href="http://xhr.spec.whatwg.org/#the-responsetype-attribute"> +<link rel="help" href="https://xhr.spec.whatwg.org/#the-responsetype-attribute">  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <div id="log"></div> 
diff --git a/XMLHttpRequest/responsexml-basic.htm b/XMLHttpRequest/responsexml-basic.htm index 998b2b0..8bc1ff5 100644 --- a/XMLHttpRequest/responsexml-basic.htm +++ b/XMLHttpRequest/responsexml-basic.htm 
@@ -4,8 +4,8 @@  <title>XMLHttpRequest: responseXML basic test</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsexml-attribute" data-tested-assertations="following::ol[1]/li[2] following::ol[1]/li[4]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#document-response-entity-body" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[6] following::ol[1]/li[10]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsexml-attribute" data-tested-assertations="following::ol[1]/li[2] following::ol[1]/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#document-response-entity-body" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[6] following::ol[1]/li[10]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/responsexml-document-properties.htm b/XMLHttpRequest/responsexml-document-properties.htm index 58013f5..ef4d590 100644 --- a/XMLHttpRequest/responsexml-document-properties.htm +++ b/XMLHttpRequest/responsexml-document-properties.htm 
@@ -4,8 +4,8 @@  <title>XMLHttpRequest: responseXML document properties</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsexml-attribute" data-tested-assertations="following::ol[1]/li[4]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#document-response-entity-body" data-tested-assertations="following::ol[1]/li[6] following::ol[1]/li[7] following::ol[1]/li[8] following::ol[1]/li[10]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsexml-attribute" data-tested-assertations="following::ol[1]/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#document-response-entity-body" data-tested-assertations="following::ol[1]/li[6] following::ol[1]/li[7] following::ol[1]/li[8] following::ol[1]/li[10]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/responsexml-media-type.htm b/XMLHttpRequest/responsexml-media-type.htm index 4bcb33a..ece413d 100644 --- a/XMLHttpRequest/responsexml-media-type.htm +++ b/XMLHttpRequest/responsexml-media-type.htm 
@@ -4,8 +4,8 @@  <title>XMLHttpRequest: responseXML MIME type tests</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsexml-attribute" data-tested-assertations="following::ol[1]/li[4]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#document-response-entity-body" data-tested-assertations="following::ol[1]/li[3] following::ol[1]/li[4] following::ol[1]/li[6] following::ol[1]/li[10]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsexml-attribute" data-tested-assertations="following::ol[1]/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#document-response-entity-body" data-tested-assertations="following::ol[1]/li[3] following::ol[1]/li[4] following::ol[1]/li[6] following::ol[1]/li[10]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/responsexml-non-document-types.htm b/XMLHttpRequest/responsexml-non-document-types.htm index 2aa8f75..84d90a8 100644 --- a/XMLHttpRequest/responsexml-non-document-types.htm +++ b/XMLHttpRequest/responsexml-non-document-types.htm 
@@ -4,9 +4,9 @@  <title>XMLHttpRequest: responseXML/responseText on other responseType</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsexml-attribute" data-tested-assertations="following::ol[1]/li[1]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsetext-attribute" data-tested-assertations="following::ol[1]/li[1]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsetype-attribute" data-tested-assertations="following::ol[1]/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsexml-attribute" data-tested-assertations="following::ol[1]/li[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsetext-attribute" data-tested-assertations="following::ol[1]/li[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsetype-attribute" data-tested-assertations="following::ol[1]/li[4]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/responsexml-non-well-formed.htm b/XMLHttpRequest/responsexml-non-well-formed.htm index df6d386..216da81 100644 --- a/XMLHttpRequest/responsexml-non-well-formed.htm +++ b/XMLHttpRequest/responsexml-non-well-formed.htm 
@@ -4,8 +4,8 @@  <title>XMLHttpRequest: responseXML non well-formed tests</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsexml-attribute" data-tested-assertations="following::ol[1]/li[4]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#document-response-entity-body" data-tested-assertations="following::ol[1]/li[6] following::ol[1]/li[10]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsexml-attribute" data-tested-assertations="following::ol[1]/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#document-response-entity-body" data-tested-assertations="following::ol[1]/li[6] following::ol[1]/li[10]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-accept-language.htm b/XMLHttpRequest/send-accept-language.htm index de72320..c798cd5 100644 --- a/XMLHttpRequest/send-accept-language.htm +++ b/XMLHttpRequest/send-accept-language.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: send() - Accept-Language</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::code[contains(text(),'Accept-Language')]/.. following::code[contains(text(),'Accept-Language')]/../following::ul[1]/li[1] following::code[contains(text(),'Accept-Language')]/../following::ul[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::code[contains(text(),'Accept-Language')]/.. following::code[contains(text(),'Accept-Language')]/../following::ul[1]/li[1] following::code[contains(text(),'Accept-Language')]/../following::ul[1]/li[2]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-accept.htm b/XMLHttpRequest/send-accept.htm index 893e323..2731eb6 100644 --- a/XMLHttpRequest/send-accept.htm +++ b/XMLHttpRequest/send-accept.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: send() - Accept</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::code[contains(text(),'*/*')]/.. following::code[contains(text(),'Accept')]/.. following::code[contains(text(),'Accept')]/../following::ul[1]/li[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::code[contains(text(),'*/*')]/.. following::code[contains(text(),'Accept')]/.. following::code[contains(text(),'Accept')]/../following::ul[1]/li[1]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-after-setting-document-domain.htm b/XMLHttpRequest/send-after-setting-document-domain.htm index 36aafa6..943fb94 100644 --- a/XMLHttpRequest/send-after-setting-document-domain.htm +++ b/XMLHttpRequest/send-after-setting-document-domain.htm 
@@ -5,7 +5,7 @@  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <!-- The spec doesn't seem to explicitly cover this case (as of June 2013) --> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol[1]/li[2]/ol[1]/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol[1]/li[2]/ol[1]/li[3]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-authentication-basic-cors-not-enabled.htm b/XMLHttpRequest/send-authentication-basic-cors-not-enabled.htm index 33bea68..070b2ba 100644 --- a/XMLHttpRequest/send-authentication-basic-cors-not-enabled.htm +++ b/XMLHttpRequest/send-authentication-basic-cors-not-enabled.htm 
@@ -5,8 +5,8 @@  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <script src="/common/utils.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol[1]/li[9]/ol[1]/li[1] following::ol[1]/li[9]/ol[1]/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::code[contains(@title,'http-authorization')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol[1]/li[9]/ol[1]/li[1] following::ol[1]/li[9]/ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::code[contains(@title,'http-authorization')]/.." />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-authentication-basic-cors.htm b/XMLHttpRequest/send-authentication-basic-cors.htm index d0f72b7..fcacdd5 100644 --- a/XMLHttpRequest/send-authentication-basic-cors.htm +++ b/XMLHttpRequest/send-authentication-basic-cors.htm 
@@ -4,8 +4,8 @@  <title>XMLHttpRequest: send() - "Basic" authenticated CORS requests with user name and password passed to open() (asserts failure)</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol[1]/li[9]/ol[1]/li[1] following::ol[1]/li[9]/ol[1]/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::code[contains(@title,'http-authorization')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol[1]/li[9]/ol[1]/li[1] following::ol[1]/li[9]/ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::code[contains(@title,'http-authorization')]/.." />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-authentication-basic-repeat-no-args.htm b/XMLHttpRequest/send-authentication-basic-repeat-no-args.htm index c588693..464d69c 100644 --- a/XMLHttpRequest/send-authentication-basic-repeat-no-args.htm +++ b/XMLHttpRequest/send-authentication-basic-repeat-no-args.htm 
@@ -5,8 +5,8 @@  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <script src="/common/utils.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol[1]/li[9]/ol[1]/li[1] following::ol[1]/li[9]/ol[1]/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::code[contains(@title,'http-authorization')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol[1]/li[9]/ol[1]/li[1] following::ol[1]/li[9]/ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::code[contains(@title,'http-authorization')]/.." />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-authentication-basic-setrequestheader-existing-session.htm b/XMLHttpRequest/send-authentication-basic-setrequestheader-existing-session.htm index 00ce845..5b8932c 100644 --- a/XMLHttpRequest/send-authentication-basic-setrequestheader-existing-session.htm +++ b/XMLHttpRequest/send-authentication-basic-setrequestheader-existing-session.htm 
@@ -6,8 +6,8 @@  <script src="/resources/testharnessreport.js"></script>  <script src="/common/utils.js"></script>  <!-- These spec references do not make much sense simply because the spec doesn't say very much about this.. --> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-setrequestheader()-method" data-tested-assertations="following::ol[1]/li[6]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::code[contains(@title,'http-authorization')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-setrequestheader()-method" data-tested-assertations="following::ol[1]/li[6]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::code[contains(@title,'http-authorization')]/.." />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-authentication-basic-setrequestheader.htm b/XMLHttpRequest/send-authentication-basic-setrequestheader.htm index 76c3687..84d0dd6 100644 --- a/XMLHttpRequest/send-authentication-basic-setrequestheader.htm +++ b/XMLHttpRequest/send-authentication-basic-setrequestheader.htm 
@@ -6,8 +6,8 @@  <script src="/resources/testharnessreport.js"></script>  <script src="/common/utils.js"></script>  <!-- These spec references do not make much sense simply because the spec doesn't say very much about this.. --> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-setrequestheader()-method" data-tested-assertations="following::ol[1]/li[6]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::code[contains(@title,'http-authorization')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-setrequestheader()-method" data-tested-assertations="following::ol[1]/li[6]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::code[contains(@title,'http-authorization')]/.." />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-authentication-basic.htm b/XMLHttpRequest/send-authentication-basic.htm index 2f0b345..ae3ee57 100644 --- a/XMLHttpRequest/send-authentication-basic.htm +++ b/XMLHttpRequest/send-authentication-basic.htm 
@@ -5,8 +5,8 @@  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <script src="/common/utils.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol[1]/li[9]/ol[1]/li[1] following::ol[1]/li[9]/ol[1]/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::code[contains(@title,'http-authorization')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol[1]/li[9]/ol[1]/li[1] following::ol[1]/li[9]/ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::code[contains(@title,'http-authorization')]/.." />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-authentication-competing-names-passwords.htm b/XMLHttpRequest/send-authentication-competing-names-passwords.htm index cf80278..994ebb5 100644 --- a/XMLHttpRequest/send-authentication-competing-names-passwords.htm +++ b/XMLHttpRequest/send-authentication-competing-names-passwords.htm 
@@ -5,8 +5,8 @@  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <script src="/common/utils.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol[1]/li[9]/ol[1]/li[1] following::ol[1]/li[9]/ol[1]/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::code[contains(@title,'http-authorization')]/.." /> </head> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol[1]/li[9]/ol[1]/li[1] following::ol[1]/li[9]/ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::code[contains(@title,'http-authorization')]/.." /> </head>  <body>  <div id="log"></div>  <script> 
diff --git a/XMLHttpRequest/send-authentication-cors-basic-setrequestheader.htm b/XMLHttpRequest/send-authentication-cors-basic-setrequestheader.htm index 8a87742..6f2eeb7 100644 --- a/XMLHttpRequest/send-authentication-cors-basic-setrequestheader.htm +++ b/XMLHttpRequest/send-authentication-cors-basic-setrequestheader.htm 
@@ -6,8 +6,8 @@  <script src="/resources/testharnessreport.js"></script>  <script src="/common/utils.js"></script>  <!-- These spec references do not make much sense simply because the spec doesn't say very much about this.. --> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-setrequestheader()-method" data-tested-assertations="following::ol[1]/li[6]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::code[contains(@title,'http-authorization')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-setrequestheader()-method" data-tested-assertations="following::ol[1]/li[6]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::code[contains(@title,'http-authorization')]/.." />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-authentication-existing-session-manual.htm b/XMLHttpRequest/send-authentication-existing-session-manual.htm index fa19ee1..a80efd6 100644 --- a/XMLHttpRequest/send-authentication-existing-session-manual.htm +++ b/XMLHttpRequest/send-authentication-existing-session-manual.htm 
@@ -5,7 +5,7 @@  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <script src="/common/utils.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::code[contains(@title,'http-authorization')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::code[contains(@title,'http-authorization')]/.." />  </head>  <body>  <p>Please follow these steps to complete the test:</p> 
diff --git a/XMLHttpRequest/send-authentication-prompt-2-manual.htm b/XMLHttpRequest/send-authentication-prompt-2-manual.htm index 2da2c02..023a40a 100644 --- a/XMLHttpRequest/send-authentication-prompt-2-manual.htm +++ b/XMLHttpRequest/send-authentication-prompt-2-manual.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: WWW-Authenticate challenge when user,pass are not passed to open()</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::code[contains(@title,'http-authorization')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::code[contains(@title,'http-authorization')]/.." />  </head>  <body>  <p>Please follow these steps to complete the test:</p> 
diff --git a/XMLHttpRequest/send-authentication-prompt-manual.htm b/XMLHttpRequest/send-authentication-prompt-manual.htm index ce2d14e..a836c59 100644 --- a/XMLHttpRequest/send-authentication-prompt-manual.htm +++ b/XMLHttpRequest/send-authentication-prompt-manual.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: send() - "Basic" authentication gets 401 response</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::code[contains(@title,'http-authorization')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::code[contains(@title,'http-authorization')]/.." />  </head>  <body>  <p>Please follow these steps to complete the test:</p> 
diff --git a/XMLHttpRequest/send-conditional.htm b/XMLHttpRequest/send-conditional.htm index 1d9099b..cbe3e94 100644 --- a/XMLHttpRequest/send-conditional.htm +++ b/XMLHttpRequest/send-conditional.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: send() - conditional requests</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::code[contains(text(),'Modified')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::code[contains(text(),'Modified')]/.." />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-content-type-charset.htm b/XMLHttpRequest/send-content-type-charset.htm index 907fe40..039a787 100644 --- a/XMLHttpRequest/send-content-type-charset.htm +++ b/XMLHttpRequest/send-content-type-charset.htm 
@@ -4,8 +4,8 @@  <title>XMLHttpRequest: send() - charset parameter of Content-Type</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::ol[1]/li[4]/p/code[contains(text(),'Content-Type')]/.. following::ol[1]/li[4]/p/code[contains(text(),'Content-Type')]/../following-sibling::p" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-XMLHttpRequest-send-a-string" data-tested-assertations="following::p[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::ol[1]/li[4]/p/code[contains(text(),'Content-Type')]/.. following::ol[1]/li[4]/p/code[contains(text(),'Content-Type')]/../following-sibling::p" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-XMLHttpRequest-send-a-string" data-tested-assertations="following::p[2]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-content-type-string.htm b/XMLHttpRequest/send-content-type-string.htm index 8e2a035..61cb4c0 100644 --- a/XMLHttpRequest/send-content-type-string.htm +++ b/XMLHttpRequest/send-content-type-string.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: send() - Content-Type</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-XMLHttpRequest-send-document" data-tested-assertations="following::p[1] following::p[2] following::p[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-XMLHttpRequest-send-document" data-tested-assertations="following::p[1] following::p[2] following::p[3]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-data-arraybuffer.htm b/XMLHttpRequest/send-data-arraybuffer.htm index 4a3d461..25c5d24 100644 --- a/XMLHttpRequest/send-data-arraybuffer.htm +++ b/XMLHttpRequest/send-data-arraybuffer.htm 
@@ -1,9 +1,9 @@  <!DOCTYPE html>  <html>  <head> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[4]/dl[1]/dd[1]"/> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-status-attribute" data-tested-assertations="following::ol[1]/li[3]"/> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-response-attribute" data-tested-assertations="following::ol[1]/li[3]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[4]/dl[1]/dd[1]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-status-attribute" data-tested-assertations="following::ol[1]/li[3]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-response-attribute" data-tested-assertations="following::ol[1]/li[3]"/>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <title>XMLHttpRequest: The send() method: ArrayBuffer data</title> 
diff --git a/XMLHttpRequest/send-data-blob.htm b/XMLHttpRequest/send-data-blob.htm index 1e394d7..5285fc1 100644 --- a/XMLHttpRequest/send-data-blob.htm +++ b/XMLHttpRequest/send-data-blob.htm 
@@ -1,10 +1,10 @@  <!DOCTYPE html>  <html>  <head> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[4]/dl[1]/dd[2]/p[3]"/> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-status-attribute" data-tested-assertations="following::ol[1]/li[3]"/> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsetype-attribute" data-tested-assertations="following::ol[1]/li[4]"/> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-response-attribute" data-tested-assertations="following::a[contains(@href,'#blob-response-entity-body')]/.."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[4]/dl[1]/dd[2]/p[3]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-status-attribute" data-tested-assertations="following::ol[1]/li[3]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsetype-attribute" data-tested-assertations="following::ol[1]/li[4]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-response-attribute" data-tested-assertations="following::a[contains(@href,'#blob-response-entity-body')]/.."/>    <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> 
diff --git a/XMLHttpRequest/send-data-formdata.htm b/XMLHttpRequest/send-data-formdata.htm index 1a64b0a..e49762e 100644 --- a/XMLHttpRequest/send-data-formdata.htm +++ b/XMLHttpRequest/send-data-formdata.htm 
@@ -1,9 +1,9 @@  <!DOCTYPE html>  <html>  <head> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[4]/dl[1]/dd[5]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#interface-formdata" data-tested-assertations="following::*[contains(@id,'dom-formdata')]/following::ol[1]/li[1] following::*[contains(@id,'dom-formdata')]/following::ol[1]/li[3] following::*[contains(@id,'dom-formdata-append')]/following::ul[1]/li[1] following::*[contains(@id,'dom-formdata-append')]/following::ul[1]/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-response-attribute" data-tested-assertations="following::ol[1]/li[3]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[4]/dl[1]/dd[5]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#interface-formdata" data-tested-assertations="following::*[contains(@id,'dom-formdata')]/following::ol[1]/li[1] following::*[contains(@id,'dom-formdata')]/following::ol[1]/li[3] following::*[contains(@id,'dom-formdata-append')]/following::ul[1]/li[1] following::*[contains(@id,'dom-formdata-append')]/following::ul[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-response-attribute" data-tested-assertations="following::ol[1]/li[3]"/>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <title>XmlHttpRequest: The send() method: FormData data</title> 
diff --git a/XMLHttpRequest/send-entity-body-basic.htm b/XMLHttpRequest/send-entity-body-basic.htm index 5c12ff6..41c9dde 100644 --- a/XMLHttpRequest/send-entity-body-basic.htm +++ b/XMLHttpRequest/send-entity-body-basic.htm 
@@ -4,8 +4,8 @@  <title>XMLHttpRequest: send() - data argument</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="/following::ol/li[4]" />  - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-XMLHttpRequest-send-a-string" data-tested-assertations="/following::dd" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="/following::ol/li[4]" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-XMLHttpRequest-send-a-string" data-tested-assertations="/following::dd" />   </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-entity-body-document-bogus.htm b/XMLHttpRequest/send-entity-body-document-bogus.htm index aeac074..e834b61 100644 --- a/XMLHttpRequest/send-entity-body-document-bogus.htm +++ b/XMLHttpRequest/send-entity-body-document-bogus.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: send() - unserializable Document</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-XMLHttpRequest-send-document" data-tested-assertations="following::p[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-XMLHttpRequest-send-document" data-tested-assertations="following::p[3]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-entity-body-document.htm b/XMLHttpRequest/send-entity-body-document.htm index f20a3ea..67a0ff6 100644 --- a/XMLHttpRequest/send-entity-body-document.htm +++ b/XMLHttpRequest/send-entity-body-document.htm 
@@ -5,8 +5,8 @@  <meta charset="utf-8">  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="/following::ol/li[4]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-XMLHttpRequest-send-document" data-tested-assertations="/following::dd" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="/following::ol/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-XMLHttpRequest-send-document" data-tested-assertations="/following::dd" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-entity-body-empty.htm b/XMLHttpRequest/send-entity-body-empty.htm index de21180..ab074c7 100644 --- a/XMLHttpRequest/send-entity-body-empty.htm +++ b/XMLHttpRequest/send-entity-body-empty.htm 
@@ -4,8 +4,8 @@  <title>XMLHttpRequest: send("") - empty entity body</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::ol[1]/li[7]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-XMLHttpRequest-send-a-string" data-tested-assertations="following::p[1] following::p[2] following::p[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::ol[1]/li[7]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-XMLHttpRequest-send-a-string" data-tested-assertations="following::p[1] following::p[2] following::p[3]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-entity-body-get-head-async.htm b/XMLHttpRequest/send-entity-body-get-head-async.htm index 18e7a94..ff4c4b4 100644 --- a/XMLHttpRequest/send-entity-body-get-head-async.htm +++ b/XMLHttpRequest/send-entity-body-get-head-async.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: send() - non-empty data argument and GET/HEAD - async, no upload events should fire</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::OL[1]/LI[3] following::OL[1]/LI[7] following::OL[1]/LI[8]" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::OL[1]/LI[3] following::OL[1]/LI[7] following::OL[1]/LI[8]" />     </head>  <body> 
diff --git a/XMLHttpRequest/send-entity-body-get-head.htm b/XMLHttpRequest/send-entity-body-get-head.htm index 2f8a1b4..a958522 100644 --- a/XMLHttpRequest/send-entity-body-get-head.htm +++ b/XMLHttpRequest/send-entity-body-get-head.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: send() - non-empty data argument and GET/HEAD</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::OL[1]/LI[3] following::OL[1]/LI[7]" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::OL[1]/LI[3] following::OL[1]/LI[7]" />     </head>  <body> 
diff --git a/XMLHttpRequest/send-entity-body-none.htm b/XMLHttpRequest/send-entity-body-none.htm index 9fbc267..0f68921 100644 --- a/XMLHttpRequest/send-entity-body-none.htm +++ b/XMLHttpRequest/send-entity-body-none.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: send(null) - no entity body</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[7]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[7]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-network-error-async-events.sub.htm b/XMLHttpRequest/send-network-error-async-events.sub.htm index d44fdd8..76e5e34 100644 --- a/XMLHttpRequest/send-network-error-async-events.sub.htm +++ b/XMLHttpRequest/send-network-error-async-events.sub.htm 
@@ -1,11 +1,11 @@  <!DOCTYPE html>  <html>  <head> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onerror" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::ol[1]/li[9]/ol/li[2] following::ol[1]/li[9]/ol/li[3]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[4] following::dd[4]/p" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#network-error" data-tested-assertations=".." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#request-error" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[6] following::ol[1]/li[7] following::ol[1]/li[7]/ol/li[3] following::ol[1]/li[7]/ol/li[4] following::ol[1]/li[9] following::ol[1]/li[10]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onerror" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::ol[1]/li[9]/ol/li[2] following::ol[1]/li[9]/ol/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[4] following::dd[4]/p" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#network-error" data-tested-assertations=".." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[6] following::ol[1]/li[7] following::ol[1]/li[7]/ol/li[3] following::ol[1]/li[7]/ol/li[4] following::ol[1]/li[9] following::ol[1]/li[10]" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <title>XmlHttpRequest: The send() method: Fire a progress event named error when Network error happens (synchronous flag is unset)</title> 
diff --git a/XMLHttpRequest/send-network-error-sync-events.sub.htm b/XMLHttpRequest/send-network-error-sync-events.sub.htm index d985344..cefa80a 100644 --- a/XMLHttpRequest/send-network-error-sync-events.sub.htm +++ b/XMLHttpRequest/send-network-error-sync-events.sub.htm 
@@ -1,9 +1,9 @@  <!DOCTYPE html>  <html>  <head> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[4] following::dd[4]/p" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#network-error" data-tested-assertations=".." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#request-error" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[5]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[4] following::dd[4]/p" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#network-error" data-tested-assertations=".." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[5]" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <title>XmlHttpRequest: The send() method: Throw a "throw an "NetworkError" exception when Network error happens (synchronous flag is set)</title> 
diff --git a/XMLHttpRequest/send-no-response-event-loadend.htm b/XMLHttpRequest/send-no-response-event-loadend.htm index cd8406d..0a1eda5 100644 --- a/XMLHttpRequest/send-no-response-event-loadend.htm +++ b/XMLHttpRequest/send-no-response-event-loadend.htm 
@@ -4,9 +4,9 @@  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <title>XMLHttpRequest: The send() method: Fire a progress event named loadend (no response entity body)</title> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onloadend" data-tested-assertations="/../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-loadend" data-tested-assertations="/../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[10] /following-sibling::ol/li[10]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onloadend" data-tested-assertations="/../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-loadend" data-tested-assertations="/../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[10] /following-sibling::ol/li[10]" />  </head>    <body> 
diff --git a/XMLHttpRequest/send-no-response-event-loadstart.htm b/XMLHttpRequest/send-no-response-event-loadstart.htm index 5183f7a..cd4a068 100644 --- a/XMLHttpRequest/send-no-response-event-loadstart.htm +++ b/XMLHttpRequest/send-no-response-event-loadstart.htm 
@@ -1,10 +1,10 @@  <!DOCTYPE html>  <html>  <head> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onloadstart" data-tested-assertations="/../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-loadstart" data-tested-assertations="/../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="/following-sibling::ol/li[9]/ol/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-response-attribute" data-tested-assertations="/following-sibling::ol/li[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onloadstart" data-tested-assertations="/../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-loadstart" data-tested-assertations="/../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="/following-sibling::ol/li[9]/ol/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-response-attribute" data-tested-assertations="/following-sibling::ol/li[1]" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <title>XMLHttpRequest: The send() method: Fire a progress event named loadstart (no response entity body and the state is LOADING)</title> 
diff --git a/XMLHttpRequest/send-no-response-event-order.htm b/XMLHttpRequest/send-no-response-event-order.htm index f8d800f..c123111 100644 --- a/XMLHttpRequest/send-no-response-event-order.htm +++ b/XMLHttpRequest/send-no-response-event-order.htm 
@@ -1,14 +1,14 @@  <!DOCTYPE html>  <html>  <head> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onloadstart" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onloadend" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-loadstart" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-loadend" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following-sibling::ol/li[9]/ol/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[10] following::a[contains(@href,'#switch-done')]/.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#switch-done" data-tested-assertations="following::ol[1]/li[3] following::ol[1]/li[4] following::ol[1]/li[6] following::ol[1]/li[7]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-response-attribute" data-tested-assertations="following-sibling::ol/li[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onloadstart" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onloadend" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-loadstart" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-loadend" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following-sibling::ol/li[9]/ol/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[10] following::a[contains(@href,'#switch-done')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#switch-done" data-tested-assertations="following::ol[1]/li[3] following::ol[1]/li[4] following::ol[1]/li[6] following::ol[1]/li[7]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-response-attribute" data-tested-assertations="following-sibling::ol/li[1]" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <title>XMLHttpRequest: The send() method: event order when there is no response entity body</title> 
diff --git a/XMLHttpRequest/send-non-same-origin.sub.htm b/XMLHttpRequest/send-non-same-origin.sub.htm index d1e79bb..bfa9023 100644 --- a/XMLHttpRequest/send-non-same-origin.sub.htm +++ b/XMLHttpRequest/send-non-same-origin.sub.htm 
@@ -5,8 +5,8 @@  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <base href="http://{{domains[www2]}}:{{ports[http][0]}}"> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#cross-origin-request-steps" data-tested-assertations="/following::DL[2]/DT[1] /following::DL[2]/DD[1]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#cross-origin-request-event-rules" data-tested-assertations="/following::DL[1]/DT[2] /following::DL[1]/DD[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#cross-origin-request-steps" data-tested-assertations="/following::DL[2]/DT[1] /following::DL[2]/DD[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#cross-origin-request-event-rules" data-tested-assertations="/following::DL[1]/DT[2] /following::DL[1]/DD[2]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-redirect-bogus-sync.htm b/XMLHttpRequest/send-redirect-bogus-sync.htm index 011fd92..89e6ff0 100644 --- a/XMLHttpRequest/send-redirect-bogus-sync.htm +++ b/XMLHttpRequest/send-redirect-bogus-sync.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: send() - Redirects (bogus Location header; sync)</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::dl[1]/dt[2] following::dl[1]/dd[2]/ol/li[1] following::dl[1]/dd[2]/ol/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dl[1]/dt[2] following::dl[1]/dd[2]/ol/li[1] following::dl[1]/dd[2]/ol/li[3]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-redirect-bogus.htm b/XMLHttpRequest/send-redirect-bogus.htm index 218508d..a46fc1d 100644 --- a/XMLHttpRequest/send-redirect-bogus.htm +++ b/XMLHttpRequest/send-redirect-bogus.htm 
@@ -5,7 +5,7 @@  <meta name=timeout content=long>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::dl[1]/dt[2] following::dl[1]/dd[2]/ol/li[1] following::dl[1]/dd[2]/ol/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dl[1]/dt[2] following::dl[1]/dd[2]/ol/li[1] following::dl[1]/dd[2]/ol/li[3]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-redirect-infinite-sync.htm b/XMLHttpRequest/send-redirect-infinite-sync.htm index ec98412..6e9e47e 100644 --- a/XMLHttpRequest/send-redirect-infinite-sync.htm +++ b/XMLHttpRequest/send-redirect-infinite-sync.htm 
@@ -4,9 +4,9 @@  <title>XMLHttpRequest: send() - Redirects (infinite loop; sync)</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::dl[1]/dt[2] following::dl[1]/dd[2]/p[1]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#network-error" data-tested-assertations=".." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#request-error" data-tested-assertations="following::ol[1]/li[5]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dl[1]/dt[2] following::dl[1]/dd[2]/p[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#network-error" data-tested-assertations=".." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol[1]/li[5]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-redirect-infinite.htm b/XMLHttpRequest/send-redirect-infinite.htm index 33c3465..414e410 100644 --- a/XMLHttpRequest/send-redirect-infinite.htm +++ b/XMLHttpRequest/send-redirect-infinite.htm 
@@ -4,11 +4,11 @@  <title>XMLHttpRequest: send() - Redirects (infinite loop)</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onerror" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::dl[1]/dt[2] following::dl[1]/dd[2]/p[1]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#network-error" data-tested-assertations=".." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#request-error" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[9] following::ol[1]/li[10]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsetext-attribute" data-tested-assertations="following::ol[1]/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onerror" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dl[1]/dt[2] following::dl[1]/dd[2]/p[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#network-error" data-tested-assertations=".." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[9] following::ol[1]/li[10]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsetext-attribute" data-tested-assertations="following::ol[1]/li[3]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-redirect-no-location.htm b/XMLHttpRequest/send-redirect-no-location.htm index cd8fa9c..85ae963 100644 --- a/XMLHttpRequest/send-redirect-no-location.htm +++ b/XMLHttpRequest/send-redirect-no-location.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: send() - Redirects (no Location header)</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::dl[1]/dt[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dl[1]/dt[2]" />  <!--   NOTE: the XHR spec does not really handle this scenario. It's handled in the Fetch spec:  "If response's headers do not contain a header whose name is Location, return response." 
diff --git a/XMLHttpRequest/send-redirect-to-cors.htm b/XMLHttpRequest/send-redirect-to-cors.htm index 4cf79d9..f90a01b 100644 --- a/XMLHttpRequest/send-redirect-to-cors.htm +++ b/XMLHttpRequest/send-redirect-to-cors.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: send() - Redirect to CORS-enabled resource</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::dl[1]/dt[2] following::dl[1]/dd[2]/ol/li[1] following::dl[1]/dd[2]/ol/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dl[1]/dt[2] following::dl[1]/dd[2]/ol/li[1] following::dl[1]/dd[2]/ol/li[3]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-redirect-to-non-cors.htm b/XMLHttpRequest/send-redirect-to-non-cors.htm index 89a64c0..c6886a5 100644 --- a/XMLHttpRequest/send-redirect-to-non-cors.htm +++ b/XMLHttpRequest/send-redirect-to-non-cors.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: send() - Redirect to cross-origin resource, not CORS-enabled</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::dl[1]/dt[2] following::dl[1]/dd[2]/ol/li[1] following::dl[1]/dd[2]/ol/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dl[1]/dt[2] following::dl[1]/dd[2]/ol/li[1] following::dl[1]/dd[2]/ol/li[3]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-redirect.htm b/XMLHttpRequest/send-redirect.htm index 58b4588..16b3231 100644 --- a/XMLHttpRequest/send-redirect.htm +++ b/XMLHttpRequest/send-redirect.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: send() - Redirects (basics)</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::dl[1]/dt[2] following::dl[1]/dd[2]/ol/li[1] following::dl[1]/dd[2]/ol/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dl[1]/dt[2] following::dl[1]/dd[2]/ol/li[1] following::dl[1]/dd[2]/ol/li[2]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-response-event-order.htm b/XMLHttpRequest/send-response-event-order.htm index e466c6f..64dfaa6 100644 --- a/XMLHttpRequest/send-response-event-order.htm +++ b/XMLHttpRequest/send-response-event-order.htm 
@@ -1,15 +1,15 @@  <!DOCTYPE html>  <html>  <head> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onloadstart" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onloadend" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-loadstart" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-loadend" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following-sibling::ol/li[9]/ol/li[2] following-sibling::ol/li[9]/ol/li[3] following::a[contains(@href,'#make-upload-progress-notifications')]/.. following::a[contains(@href,'#make-progress-notifications')]/.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#make-upload-progress-notifications" data-tested-assertations="following::ul[1]/li[1] following::ul[1]/li[2]/ol[1]/li[2] following::ul[1]/li[2]/ol[1]/li[3] following::ul[1]/li[2]/ol[1]/li[4]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#make-progress-notifications" data-tested-assertations=".." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::a[contains(@href,'#switch-done')]/.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#switch-done" data-tested-assertations="following::ol[1]/li[3] following::ol[1]/li[4] following::ol[1]/li[5] following::ol[1]/li[6] following::ol[1]/li[7]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onloadstart" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onloadend" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-loadstart" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-loadend" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following-sibling::ol/li[9]/ol/li[2] following-sibling::ol/li[9]/ol/li[3] following::a[contains(@href,'#make-upload-progress-notifications')]/.. following::a[contains(@href,'#make-progress-notifications')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#make-upload-progress-notifications" data-tested-assertations="following::ul[1]/li[1] following::ul[1]/li[2]/ol[1]/li[2] following::ul[1]/li[2]/ol[1]/li[3] following::ul[1]/li[2]/ol[1]/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#make-progress-notifications" data-tested-assertations=".." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::a[contains(@href,'#switch-done')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#switch-done" data-tested-assertations="following::ol[1]/li[3] following::ol[1]/li[4] following::ol[1]/li[5] following::ol[1]/li[6] following::ol[1]/li[7]" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <title>XMLHttpRequest: The send() method: event order when synchronous flag is unset</title> 
diff --git a/XMLHttpRequest/send-response-upload-event-loadend.htm b/XMLHttpRequest/send-response-upload-event-loadend.htm index cf0ca82..99a239a 100644 --- a/XMLHttpRequest/send-response-upload-event-loadend.htm +++ b/XMLHttpRequest/send-response-upload-event-loadend.htm 
@@ -1,10 +1,10 @@  <!DOCTYPE html>  <html>  <head> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onloadend" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-loadend" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::a[contains(@href,'#make-upload-progress-notifications')]/.. following::ol[1]/li[8]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#make-upload-progress-notifications" data-tested-assertations="following::ul[1]/li[2]/ol[1]/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onloadend" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-loadend" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::a[contains(@href,'#make-upload-progress-notifications')]/.. following::ol[1]/li[8]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#make-upload-progress-notifications" data-tested-assertations="following::ul[1]/li[2]/ol[1]/li[4]" />    <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> 
diff --git a/XMLHttpRequest/send-response-upload-event-loadstart.htm b/XMLHttpRequest/send-response-upload-event-loadstart.htm index ae83e71..7a9be9f 100644 --- a/XMLHttpRequest/send-response-upload-event-loadstart.htm +++ b/XMLHttpRequest/send-response-upload-event-loadstart.htm 
@@ -1,9 +1,9 @@  <!DOCTYPE html>  <html>  <head> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onloadstart" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-loadstart" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::ol[1]/li[8] following-sibling::ol/li[9]/ol/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onloadstart" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-loadstart" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::ol[1]/li[8] following-sibling::ol/li[9]/ol/li[3]" />    <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> 
diff --git a/XMLHttpRequest/send-response-upload-event-progress.htm b/XMLHttpRequest/send-response-upload-event-progress.htm index b48cc41..914aed7 100644 --- a/XMLHttpRequest/send-response-upload-event-progress.htm +++ b/XMLHttpRequest/send-response-upload-event-progress.htm 
@@ -1,10 +1,10 @@  <!DOCTYPE html>  <html>  <head> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onprogress" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-progress" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::a[contains(@href,'#make-upload-progress-notifications')]/.. following::ol[1]/li[8]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#make-upload-progress-notifications" data-tested-assertations="following::ul[1]/li[2]/ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onprogress" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-progress" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::a[contains(@href,'#make-upload-progress-notifications')]/.. following::ol[1]/li[8]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#make-upload-progress-notifications" data-tested-assertations="following::ul[1]/li[2]/ol[1]/li[2]" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <title>XMLHttpRequest: The send() method: Fire a progress event named progress on the XMLHttpRequestUpload (synchronous flag is unset)</title> 
diff --git a/XMLHttpRequest/send-send.htm b/XMLHttpRequest/send-send.htm index b6d9242..5b22a3d 100644 --- a/XMLHttpRequest/send-send.htm +++ b/XMLHttpRequest/send-send.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: send() - send()</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::ol/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::ol/li[2]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-sync-blocks-async.htm b/XMLHttpRequest/send-sync-blocks-async.htm index e54882a..87caa0f 100644 --- a/XMLHttpRequest/send-sync-blocks-async.htm +++ b/XMLHttpRequest/send-sync-blocks-async.htm 
@@ -3,7 +3,7 @@  <head>  <!-- This behaviour is not explicitly spelled out in the spec.  It does say "queue tasks" under the "if the synchronous flag is unset" header in point 10 of the "send" algorithm.. --> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following-sibling::ol/li[10]/dl/dd/dl/dd[2]/p[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following-sibling::ol/li[10]/dl/dd/dl/dd[2]/p[3]" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <title>XMLHttpRequest: sync requests should block events on pending async requests</title> 
diff --git a/XMLHttpRequest/send-sync-no-response-event-load.htm b/XMLHttpRequest/send-sync-no-response-event-load.htm index 77a9940..a2a5516 100644 --- a/XMLHttpRequest/send-sync-no-response-event-load.htm +++ b/XMLHttpRequest/send-sync-no-response-event-load.htm 
@@ -1,11 +1,11 @@  <!DOCTYPE html>  <html>  <head> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onload" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-load" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[11] following::a[contains(@href,'#switch-done')]/.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#switch-done" data-tested-assertations="following::ol/li[1] following::ol/li[6]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-response-attribute" data-tested-assertations="/following::ol/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onload" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-load" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[11] following::a[contains(@href,'#switch-done')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#switch-done" data-tested-assertations="following::ol/li[1] following::ol/li[6]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-response-attribute" data-tested-assertations="/following::ol/li[3]" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <title>XMLHttpRequest: The send() method: Fire an event named load (no response entity body and the synchronous flag is set)</title> 
diff --git a/XMLHttpRequest/send-sync-no-response-event-loadend.htm b/XMLHttpRequest/send-sync-no-response-event-loadend.htm index fad4aba..7da2a31 100644 --- a/XMLHttpRequest/send-sync-no-response-event-loadend.htm +++ b/XMLHttpRequest/send-sync-no-response-event-loadend.htm 
@@ -1,11 +1,11 @@  <!DOCTYPE html>  <html>  <head> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onloadend" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-loadend" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[11] following::a[contains(@href,'#switch-done')]/.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#switch-done" data-tested-assertations="following::ol/li[1] following::ol/li[7]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-response-attribute" data-tested-assertations="/following::ol/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onloadend" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-loadend" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[11] following::a[contains(@href,'#switch-done')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#switch-done" data-tested-assertations="following::ol/li[1] following::ol/li[7]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-response-attribute" data-tested-assertations="/following::ol/li[3]" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <title>XMLHttpRequest: The send() method: Fire an event named loadend (no response entity body and the synchronous flag is set)</title> 
diff --git a/XMLHttpRequest/send-sync-no-response-event-order.htm b/XMLHttpRequest/send-sync-no-response-event-order.htm index 5601506..c7e3172 100644 --- a/XMLHttpRequest/send-sync-no-response-event-order.htm +++ b/XMLHttpRequest/send-sync-no-response-event-order.htm 
@@ -2,15 +2,15 @@  <html>  <head>  <title>XMLHttpRequest: The send() method: event order when synchronous flag is set and there is no response entity body</title> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onloadstart" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onloadend" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-loadstart" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-loadend" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following-sibling::ol[1]/li[9]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#same-origin-request-steps" data-tested-assertations="following::DL[1]/DT[1]"/> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[11] following::a[contains(@href,'#switch-done')]/.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#switch-done" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[3] following::ol[1]/li[4] following::ol[1]/li[6] following::ol[1]/li[7]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-response-attribute" data-tested-assertations="following::ol/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onloadstart" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onloadend" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-loadstart" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-loadend" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following-sibling::ol[1]/li[9]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#same-origin-request-steps" data-tested-assertations="following::DL[1]/DT[1]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[11] following::a[contains(@href,'#switch-done')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#switch-done" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[3] following::ol[1]/li[4] following::ol[1]/li[6] following::ol[1]/li[7]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-response-attribute" data-tested-assertations="following::ol/li[3]" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  </head> 
diff --git a/XMLHttpRequest/send-sync-response-event-order.htm b/XMLHttpRequest/send-sync-response-event-order.htm index 3aa0d7d..b574edb 100644 --- a/XMLHttpRequest/send-sync-response-event-order.htm +++ b/XMLHttpRequest/send-sync-response-event-order.htm 
@@ -4,15 +4,15 @@  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <title>XMLHttpRequest: The send() method: event order when synchronous flag is set</title> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onloadstart" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onloadend" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-loadstart" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-loadend" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following-sibling::ol/li[9]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#same-origin-request-steps" data-tested-assertations="following::DL[1]/DT[1]"/> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[11] following::a[contains(@href,'#switch-done')]/.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#switch-done" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[3] following::ol[1]/li[4] following::ol[1]/li[6] following::ol[1]/li[7]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-response-attribute" data-tested-assertations="following::ol/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onloadstart" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onloadend" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-loadstart" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-loadend" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following-sibling::ol/li[9]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#same-origin-request-steps" data-tested-assertations="following::DL[1]/DT[1]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[11] following::a[contains(@href,'#switch-done')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#switch-done" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[3] following::ol[1]/li[4] following::ol[1]/li[6] following::ol[1]/li[7]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-response-attribute" data-tested-assertations="following::ol/li[3]" />  </head>    <body> 
diff --git a/XMLHttpRequest/send-sync-timeout.htm b/XMLHttpRequest/send-sync-timeout.htm index 1fc20dd..08ce7e9 100644 --- a/XMLHttpRequest/send-sync-timeout.htm +++ b/XMLHttpRequest/send-sync-timeout.htm 
@@ -4,8 +4,8 @@  <title>XMLHttpRequest: timeout during sync send() should not run</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method"/> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#same-origin-request-steps" data-tested-assertations="following::DL[1]/DT[1]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#same-origin-request-steps" data-tested-assertations="following::DL[1]/DT[1]"/>  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/send-timeout-events.htm b/XMLHttpRequest/send-timeout-events.htm index 5b96a3e..2c5b788 100644 --- a/XMLHttpRequest/send-timeout-events.htm +++ b/XMLHttpRequest/send-timeout-events.htm 
@@ -4,10 +4,10 @@  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <title>XMLHttpRequest: The send() method: timeout is not 0 </title> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[5] following::a[contains(@href,'#timeout-error')]/.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#timeout-error" data-tested-assertations=".." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#request-error" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[6] following::ol[1]/li[7]/ol/li[3] following::ol[1]/li[7]/ol/li[4] following::ol[1]/li[9] following::ol[1]/li[10]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dt[5] following::a[contains(@href,'#timeout-error')]/.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#timeout-error" data-tested-assertations=".." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[6] following::ol[1]/li[7]/ol/li[3] following::ol[1]/li[7]/ol/li[4] following::ol[1]/li[9] following::ol[1]/li[10]" />  </head>    <body> 
diff --git a/XMLHttpRequest/setrequestheader-after-send.htm b/XMLHttpRequest/setrequestheader-after-send.htm index 5ddd424..5952144 100644 --- a/XMLHttpRequest/setrequestheader-after-send.htm +++ b/XMLHttpRequest/setrequestheader-after-send.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: setRequestHeader() after send()</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-setrequestheader()-method" data-tested-assertations="/following::ol/li[2]" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#the-setrequestheader()-method" data-tested-assertations="/following::ol/li[2]" />   </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/setrequestheader-allow-empty-value.htm b/XMLHttpRequest/setrequestheader-allow-empty-value.htm index 35f230e..bd87094 100644 --- a/XMLHttpRequest/setrequestheader-allow-empty-value.htm +++ b/XMLHttpRequest/setrequestheader-allow-empty-value.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: setRequestHeader() - empty header</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-setrequestheader()-method" data-tested-assertations="/following::ol/li[4]/p[contains(@class,'note')] /following::ol/li[6]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-setrequestheader()-method" data-tested-assertations="/following::ol/li[4]/p[contains(@class,'note')] /following::ol/li[6]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/setrequestheader-before-open.htm b/XMLHttpRequest/setrequestheader-before-open.htm index 2ea7e67..d90b02e 100644 --- a/XMLHttpRequest/setrequestheader-before-open.htm +++ b/XMLHttpRequest/setrequestheader-before-open.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: setRequestHeader() before open()</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-setrequestheader()-method" data-tested-assertations="following::ol/li[1]" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#the-setrequestheader()-method" data-tested-assertations="following::ol/li[1]" />   </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/setrequestheader-bogus-name.htm b/XMLHttpRequest/setrequestheader-bogus-name.htm index 063fdcb..9253311 100644 --- a/XMLHttpRequest/setrequestheader-bogus-name.htm +++ b/XMLHttpRequest/setrequestheader-bogus-name.htm 
@@ -5,7 +5,7 @@  <meta charset="utf-8">  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-setrequestheader()-method" data-tested-assertations="/following::ol/li[3]" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#the-setrequestheader()-method" data-tested-assertations="/following::ol/li[3]" />   </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/setrequestheader-bogus-value.htm b/XMLHttpRequest/setrequestheader-bogus-value.htm index e7c31e5..70b3e25 100644 --- a/XMLHttpRequest/setrequestheader-bogus-value.htm +++ b/XMLHttpRequest/setrequestheader-bogus-value.htm 
@@ -5,7 +5,7 @@  <title>XMLHttpRequest: setRequestHeader() value argument checks</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-setrequestheader()-method" data-tested-assertations="/following::ol/li[4]" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#the-setrequestheader()-method" data-tested-assertations="/following::ol/li[4]" />   </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/setrequestheader-case-insensitive.htm b/XMLHttpRequest/setrequestheader-case-insensitive.htm index 7eb81d1..cf8810d 100644 --- a/XMLHttpRequest/setrequestheader-case-insensitive.htm +++ b/XMLHttpRequest/setrequestheader-case-insensitive.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: setRequestHeader() - headers that differ in case</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-setrequestheader()-method" data-tested-assertations="/following::ol/li[6] /following::ol/li[7]" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#the-setrequestheader()-method" data-tested-assertations="/following::ol/li[6] /following::ol/li[7]" />   </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/setrequestheader-header-allowed.htm b/XMLHttpRequest/setrequestheader-header-allowed.htm index 7d187c5..a6e0eab 100644 --- a/XMLHttpRequest/setrequestheader-header-allowed.htm +++ b/XMLHttpRequest/setrequestheader-header-allowed.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: setRequestHeader() - headers that are allowed</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-setrequestheader()-method" data-tested-assertations="/following::ol/li[6] /following::ol/li[7]" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#the-setrequestheader()-method" data-tested-assertations="/following::ol/li[6] /following::ol/li[7]" />   </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/setrequestheader-header-forbidden.htm b/XMLHttpRequest/setrequestheader-header-forbidden.htm index 222b28f..00c0e7f 100644 --- a/XMLHttpRequest/setrequestheader-header-forbidden.htm +++ b/XMLHttpRequest/setrequestheader-header-forbidden.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: setRequestHeader() - headers that are forbidden</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-setrequestheader()-method" data-tested-assertations="/following::ol/li[5]" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#the-setrequestheader()-method" data-tested-assertations="/following::ol/li[5]" />     </head>  <body> 
diff --git a/XMLHttpRequest/setrequestheader-open-setrequestheader.htm b/XMLHttpRequest/setrequestheader-open-setrequestheader.htm index b32aa49..5648190 100644 --- a/XMLHttpRequest/setrequestheader-open-setrequestheader.htm +++ b/XMLHttpRequest/setrequestheader-open-setrequestheader.htm 
@@ -6,8 +6,8 @@  <title>XMLHttpRequest: setRequestHeader() and open()</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::OL[1]/LI[14]/ul[1]/li[4]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-setrequestheader()-method" data-tested-assertations="following::OL[1]/LI[6] following::ol[1]/li[7]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::OL[1]/LI[14]/ul[1]/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-setrequestheader()-method" data-tested-assertations="following::OL[1]/LI[6] following::ol[1]/li[7]" />  </head>  <body>  <p id="log"></p> 
diff --git a/XMLHttpRequest/status-async.htm b/XMLHttpRequest/status-async.htm index a0fc2b8..dcf7d62 100644 --- a/XMLHttpRequest/status-async.htm +++ b/XMLHttpRequest/status-async.htm 
@@ -4,10 +4,10 @@  <title>XMLHttpRequest: status/statusText - various responses</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-status-attribute" data-tested-assertations="following::ol/li[1] following::ol/li[3]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-statustext-attribute" data-tested-assertations="following::ol/li[1] following::ol/li[3]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-getresponseheader()-method" data-tested-assertations="following::ol/li[5]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsetext-attribute" data-tested-assertations="following::ol/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-status-attribute" data-tested-assertations="following::ol/li[1] following::ol/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-statustext-attribute" data-tested-assertations="following::ol/li[1] following::ol/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-getresponseheader()-method" data-tested-assertations="following::ol/li[5]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsetext-attribute" data-tested-assertations="following::ol/li[4]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/status-basic.htm b/XMLHttpRequest/status-basic.htm index a496035..5005cea 100644 --- a/XMLHttpRequest/status-basic.htm +++ b/XMLHttpRequest/status-basic.htm 
@@ -4,10 +4,10 @@  <title>XMLHttpRequest: status/statusText - various responses</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-status-attribute" data-tested-assertations="following::ol/li[3]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-statustext-attribute" data-tested-assertations="following::ol/li[3]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-getresponseheader()-method" data-tested-assertations="following::ol/li[5]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsetext-attribute" data-tested-assertations="following::ol/li[4]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-status-attribute" data-tested-assertations="following::ol/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-statustext-attribute" data-tested-assertations="following::ol/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-getresponseheader()-method" data-tested-assertations="following::ol/li[5]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsetext-attribute" data-tested-assertations="following::ol/li[4]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/status-error.htm b/XMLHttpRequest/status-error.htm index c584b19..fbcb7fd 100644 --- a/XMLHttpRequest/status-error.htm +++ b/XMLHttpRequest/status-error.htm 
@@ -4,8 +4,8 @@  <title>XMLHttpRequest: status error handling</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#handler-xhr-onerror" data-tested-assertations="../.." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-status-attribute" data-tested-assertations="/following::ol/li[3]" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-onerror" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-status-attribute" data-tested-assertations="/following::ol/li[3]" />   </head>  <body>  <p>This shouldn't be tested inside a tunnel.</p> 
diff --git a/XMLHttpRequest/timeout-cors-async.htm b/XMLHttpRequest/timeout-cors-async.htm index 44304c9..35e2a30 100644 --- a/XMLHttpRequest/timeout-cors-async.htm +++ b/XMLHttpRequest/timeout-cors-async.htm 
@@ -4,11 +4,11 @@  <title>XMLHttpRequest: timeout event and cross-origin request</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#handler-xhr-ontimeout" data-tested-assertations="../.."/> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#timeout-error" data-tested-assertations=".."/> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#request-error" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[9]"/> - <link rel="help" href="http://xhr.spec.whatwg.org/#cross-origin-request-event-rules" data-tested-assertations="following::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd following::dt[1] following::dd[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-ontimeout" data-tested-assertations="../.."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#timeout-error" data-tested-assertations=".."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[9]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#cross-origin-request-event-rules" data-tested-assertations="following::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd following::dt[1] following::dd[1]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/timeout-sync.htm b/XMLHttpRequest/timeout-sync.htm index d9026a3..9815532 100644 --- a/XMLHttpRequest/timeout-sync.htm +++ b/XMLHttpRequest/timeout-sync.htm 
@@ -4,8 +4,8 @@  <title>XMLHttpRequest: timeout not allowed for sync requests</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-timeout-attribute" data-tested-assertations="following::ol/li[1]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol/li[10]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-timeout-attribute" data-tested-assertations="following::ol/li[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol/li[10]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/withcredentials-set.htm b/XMLHttpRequest/withcredentials-set.htm index efd4ebc..f727c42 100644 --- a/XMLHttpRequest/withcredentials-set.htm +++ b/XMLHttpRequest/withcredentials-set.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: setting withCredentials and reading value back</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-withcredentials-attribute" data-tested-assertations="following::ol/li[5]" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#the-withcredentials-attribute" data-tested-assertations="following::ol/li[5]" />   </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/withcredentials-wrong-state.htm b/XMLHttpRequest/withcredentials-wrong-state.htm index 46b2ded..ae7c97d 100644 --- a/XMLHttpRequest/withcredentials-wrong-state.htm +++ b/XMLHttpRequest/withcredentials-wrong-state.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: setting withCredentials when not in UNSENT, OPENED state</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-withcredentials-attribute" data-tested-assertations="following::ol/li[1] following::ol/li[2]" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#the-withcredentials-attribute" data-tested-assertations="following::ol/li[1] following::ol/li[2]" />   </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/xmlhttprequest-basic.htm b/XMLHttpRequest/xmlhttprequest-basic.htm index 4ee8b49..c48b610 100644 --- a/XMLHttpRequest/xmlhttprequest-basic.htm +++ b/XMLHttpRequest/xmlhttprequest-basic.htm 
@@ -4,9 +4,9 @@  <title>XMLHttpRequest: prototype and members</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-xmlhttprequest" data-tested-assertations="following::ol/li[1]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#xmlhttprequest" data-tested-assertations="." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#states" data-tested-assertations="following::dfn[2] following::dfn[3] following::dfn[4] following::dfn[5] following::dfn[6]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-xmlhttprequest" data-tested-assertations="following::ol/li[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#xmlhttprequest" data-tested-assertations="." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#states" data-tested-assertations="following::dfn[2] following::dfn[3] following::dfn[4] following::dfn[5] following::dfn[6]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/xmlhttprequest-eventtarget.htm b/XMLHttpRequest/xmlhttprequest-eventtarget.htm index 4f2a25f..ea58fd4 100644 --- a/XMLHttpRequest/xmlhttprequest-eventtarget.htm +++ b/XMLHttpRequest/xmlhttprequest-eventtarget.htm 
@@ -4,7 +4,7 @@  <title>XMLHttpRequest: implements EventTarget</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#xmlhttprequesteventtarget" data-tested-assertations=".." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#xmlhttprequesteventtarget" data-tested-assertations=".." />  <!-- Obviously, most of the stuff actually being tested here is covered in the DOM events spec, not in the XHR spec -->  </head>  <body> 
diff --git a/XMLHttpRequest/xmlhttprequest-network-error-sync.htm b/XMLHttpRequest/xmlhttprequest-network-error-sync.htm index 51da6cf..c4a887a 100644 --- a/XMLHttpRequest/xmlhttprequest-network-error-sync.htm +++ b/XMLHttpRequest/xmlhttprequest-network-error-sync.htm 
@@ -4,15 +4,15 @@  <title>XMLHttpRequest: members during network errors (sync)</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::dl[1]/dt[2] following::dl[1]/dd[2]/p[1]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#network-error" data-tested-assertations=".." /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#request-error" data-tested-assertations="following::ol[1]/li[5]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-status-attribute" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-statustext-attribute" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-getresponseheader()-method" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-getallresponseheaders()-method" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsetext-attribute" data-tested-assertations="following::ol[1]/li[2] following::ol[1]/li[3]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsexml-attribute" data-tested-assertations="following::ol[1]/li[2] following::ol[1]/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dl[1]/dt[2] following::dl[1]/dd[2]/p[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#network-error" data-tested-assertations=".." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol[1]/li[5]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-status-attribute" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-statustext-attribute" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-getresponseheader()-method" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-getallresponseheaders()-method" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsetext-attribute" data-tested-assertations="following::ol[1]/li[2] following::ol[1]/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsexml-attribute" data-tested-assertations="following::ol[1]/li[2] following::ol[1]/li[3]" />  </head>  <body>  <div id="log"></div> 
diff --git a/XMLHttpRequest/xmlhttprequest-network-error.htm b/XMLHttpRequest/xmlhttprequest-network-error.htm index eb35367..c8e3200 100644 --- a/XMLHttpRequest/xmlhttprequest-network-error.htm +++ b/XMLHttpRequest/xmlhttprequest-network-error.htm 
@@ -4,13 +4,13 @@  <title>XMLHttpRequest: members during network errors</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#infrastructure-for-the-send()-method" data-tested-assertations="following::dl[1]/dt[2] following::dl[1]/dd[2]/ol/li[1] following::dl[1]/dd[2]/ol/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-status-attribute" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-statustext-attribute" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-getresponseheader()-method" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-getallresponseheaders()-method" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[2]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsetext-attribute" data-tested-assertations="following::ol[1]/li[2] following::ol[1]/li[3]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsexml-attribute" data-tested-assertations="following::ol[1]/li[2] following::ol[1]/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following::dl[1]/dt[2] following::dl[1]/dd[2]/ol/li[1] following::dl[1]/dd[2]/ol/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-status-attribute" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-statustext-attribute" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-getresponseheader()-method" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-getallresponseheaders()-method" data-tested-assertations="following::ol[1]/li[1] following::ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsetext-attribute" data-tested-assertations="following::ol[1]/li[2] following::ol[1]/li[3]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsexml-attribute" data-tested-assertations="following::ol[1]/li[2] following::ol[1]/li[3]" />    </head>  <body> 
diff --git a/XMLHttpRequest/xmlhttprequest-timeout-aborted.html b/XMLHttpRequest/xmlhttprequest-timeout-aborted.html index 130341b..2be888f 100644 --- a/XMLHttpRequest/xmlhttprequest-timeout-aborted.html +++ b/XMLHttpRequest/xmlhttprequest-timeout-aborted.html 
@@ -3,14 +3,14 @@  <head>  <meta charset="utf-8" />  <title>XHR2 Timeout Property Tests</title> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4] following-sibling::ol/li[4]/ol/li[5]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-timeout-attribute" data-tested-assertations="following-sibling::ol/li[2]" /> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#abort-error" data-tested-assertations=".."/> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-abort" data-tested-assertations="../.." /> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#timeout-error" data-tested-assertations=".."/> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-timeout" data-tested-assertations="../.." /> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#request-error" data-tested-assertations="following::ol/li[9]"/> - <link rel="help" href="http://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd following::dt[1] following::dd[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4] following-sibling::ol/li[4]/ol/li[5]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-timeout-attribute" data-tested-assertations="following-sibling::ol/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#abort-error" data-tested-assertations=".."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-abort" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#timeout-error" data-tested-assertations=".."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-timeout" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol/li[9]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd following::dt[1] following::dd[1]" />  <link rel="stylesheet" href="/resources/testharness.css" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> 
diff --git a/XMLHttpRequest/xmlhttprequest-timeout-abortedonmain.html b/XMLHttpRequest/xmlhttprequest-timeout-abortedonmain.html index 0daf217..9226ffa 100644 --- a/XMLHttpRequest/xmlhttprequest-timeout-abortedonmain.html +++ b/XMLHttpRequest/xmlhttprequest-timeout-abortedonmain.html 
@@ -3,10 +3,10 @@  <head>  <meta charset="utf-8" />  <title>XHR2 Timeout Property Tests</title> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4] following-sibling::ol/li[4]/ol/li[5]" /> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#abort-error" data-tested-assertations=".."/> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-abort" data-tested-assertations="../.." /> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#request-error" data-tested-assertations="following::ol/li[9]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4] following-sibling::ol/li[4]/ol/li[5]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#abort-error" data-tested-assertations=".."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-abort" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol/li[9]"/>  <link rel="stylesheet" href="/resources/testharness.css" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> 
diff --git a/XMLHttpRequest/xmlhttprequest-timeout-overrides.html b/XMLHttpRequest/xmlhttprequest-timeout-overrides.html index 025f682..82fee06 100644 --- a/XMLHttpRequest/xmlhttprequest-timeout-overrides.html +++ b/XMLHttpRequest/xmlhttprequest-timeout-overrides.html 
@@ -3,10 +3,10 @@  <head>  <meta charset="utf-8" />  <title>XHR2 Timeout Property Tests</title> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#handler-xhr-ontimeout" data-tested-assertations="../.."/> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#timeout-error" data-tested-assertations=".."/> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#request-error" data-tested-assertations="following::ol[1]/li[9]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-ontimeout" data-tested-assertations="../.."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#timeout-error" data-tested-assertations=".."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol[1]/li[9]"/>  <link rel="stylesheet" href="/resources/testharness.css" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> 
diff --git a/XMLHttpRequest/xmlhttprequest-timeout-overridesexpires.html b/XMLHttpRequest/xmlhttprequest-timeout-overridesexpires.html index 57bdc37..260844d 100644 --- a/XMLHttpRequest/xmlhttprequest-timeout-overridesexpires.html +++ b/XMLHttpRequest/xmlhttprequest-timeout-overridesexpires.html 
@@ -3,11 +3,11 @@  <head>  <meta charset="utf-8" />  <title>XHR2 Timeout Property Tests</title> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#handler-xhr-ontimeout" data-tested-assertations="../.."/> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#timeout-error" data-tested-assertations=".."/> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#request-error" data-tested-assertations="following::ol[1]/li[9]"/> - <link rel="help" href="http://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd following::dt[1] following::dd[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-ontimeout" data-tested-assertations="../.."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#timeout-error" data-tested-assertations=".."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol[1]/li[9]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd following::dt[1] following::dd[1]" />  <link rel="stylesheet" href="/resources/testharness.css" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> 
diff --git a/XMLHttpRequest/xmlhttprequest-timeout-simple.html b/XMLHttpRequest/xmlhttprequest-timeout-simple.html index a3110d5..aa47344 100644 --- a/XMLHttpRequest/xmlhttprequest-timeout-simple.html +++ b/XMLHttpRequest/xmlhttprequest-timeout-simple.html 
@@ -3,11 +3,11 @@  <head>  <meta charset="utf-8" />  <title>XHR2 Timeout Property Tests</title> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#handler-xhr-ontimeout" data-tested-assertations="../.."/> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#timeout-error" data-tested-assertations=".."/> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#request-error" data-tested-assertations="following::ol[1]/li[9]"/> - <link rel="help" href="http://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd following::dt[1] following::dd[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-ontimeout" data-tested-assertations="../.."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#timeout-error" data-tested-assertations=".."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol[1]/li[9]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd following::dt[1] following::dd[1]" />  <link rel="stylesheet" href="/resources/testharness.css" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> 
diff --git a/XMLHttpRequest/xmlhttprequest-timeout-synconmain.html b/XMLHttpRequest/xmlhttprequest-timeout-synconmain.html index ea7c4b9..992b10e 100644 --- a/XMLHttpRequest/xmlhttprequest-timeout-synconmain.html +++ b/XMLHttpRequest/xmlhttprequest-timeout-synconmain.html 
@@ -3,8 +3,8 @@  <head>  <meta charset="utf-8" />  <title>XHR2 Timeout Property Tests</title> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[1]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-open()-method" data-tested-assertations="following::ol[1]/li[10]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-open()-method" data-tested-assertations="following::ol[1]/li[10]" />  <link rel="stylesheet" href="/resources/testharness.css" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> 
diff --git a/XMLHttpRequest/xmlhttprequest-timeout-twice.html b/XMLHttpRequest/xmlhttprequest-timeout-twice.html index 9813eb4..4634220 100644 --- a/XMLHttpRequest/xmlhttprequest-timeout-twice.html +++ b/XMLHttpRequest/xmlhttprequest-timeout-twice.html 
@@ -3,13 +3,13 @@  <head>  <meta charset="utf-8" />  <title>XHR2 Timeout Property Tests</title> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#timeout-error" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#timeout-error" />  <link rel="stylesheet" href="/resources/testharness.css" /> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#handler-xhr-ontimeout" data-tested-assertations="../.."/> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#timeout-error" data-tested-assertations=".."/> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#request-error" data-tested-assertations="following::ol[1]/li[9]"/> - <link rel="help" href="http://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd following::dt[1] following::dd[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-ontimeout" data-tested-assertations="../.."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#timeout-error" data-tested-assertations=".."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol[1]/li[9]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd following::dt[1] following::dd[1]" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>  <script src="resources/xmlhttprequest-timeout.js"></script> 
diff --git a/XMLHttpRequest/xmlhttprequest-timeout-worker-aborted.html b/XMLHttpRequest/xmlhttprequest-timeout-worker-aborted.html index f7af7aa..f0005af 100644 --- a/XMLHttpRequest/xmlhttprequest-timeout-worker-aborted.html +++ b/XMLHttpRequest/xmlhttprequest-timeout-worker-aborted.html 
@@ -3,14 +3,14 @@  <head>  <meta charset="utf-8" />  <title>XHR2 Timeout Property Tests in Worker</title> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4] following-sibling::ol/li[4]/ol/li[5]" /> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-timeout-attribute" data-tested-assertations="following-sibling::ol/li[2]" /> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#abort-error" data-tested-assertations=".."/> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-abort" data-tested-assertations="../.." /> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#timeout-error" data-tested-assertations=".."/> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#event-xhr-timeout" data-tested-assertations="../.." /> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#request-error" data-tested-assertations="following::ol/li[9]"/> - <link rel="help" href="http://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd following::dt[1] following::dd[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4] following-sibling::ol/li[4]/ol/li[5]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-timeout-attribute" data-tested-assertations="following-sibling::ol/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#abort-error" data-tested-assertations=".."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-abort" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#timeout-error" data-tested-assertations=".."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#event-xhr-timeout" data-tested-assertations="../.." /> + <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol/li[9]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd following::dt[1] following::dd[1]" />  <link rel="stylesheet" href="/resources/testharness.css" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> 
diff --git a/XMLHttpRequest/xmlhttprequest-timeout-worker-overrides.html b/XMLHttpRequest/xmlhttprequest-timeout-worker-overrides.html index c26906d..e3dbd5c 100644 --- a/XMLHttpRequest/xmlhttprequest-timeout-worker-overrides.html +++ b/XMLHttpRequest/xmlhttprequest-timeout-worker-overrides.html 
@@ -3,10 +3,10 @@  <head>  <meta charset="utf-8" />  <title>XHR2 Timeout Property Tests in Worker</title> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#handler-xhr-ontimeout" data-tested-assertations="../.."/> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#timeout-error" data-tested-assertations=".."/> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#request-error" data-tested-assertations="following::ol[1]/li[9]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-ontimeout" data-tested-assertations="../.."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#timeout-error" data-tested-assertations=".."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol[1]/li[9]"/>  <link rel="stylesheet" href="/resources/testharness.css" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> 
diff --git a/XMLHttpRequest/xmlhttprequest-timeout-worker-overridesexpires.html b/XMLHttpRequest/xmlhttprequest-timeout-worker-overridesexpires.html index d06a2f7..a2c8009 100644 --- a/XMLHttpRequest/xmlhttprequest-timeout-worker-overridesexpires.html +++ b/XMLHttpRequest/xmlhttprequest-timeout-worker-overridesexpires.html 
@@ -3,11 +3,11 @@  <head>  <meta charset="utf-8" />  <title>XHR2 Timeout Property Tests in Worker</title> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#handler-xhr-ontimeout" data-tested-assertations="../.."/> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#timeout-error" data-tested-assertations=".."/> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#request-error" data-tested-assertations="following::ol[1]/li[9]"/> - <link rel="help" href="http://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd following::dt[1] following::dd[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-ontimeout" data-tested-assertations="../.."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#timeout-error" data-tested-assertations=".."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol[1]/li[9]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd following::dt[1] following::dd[1]" />  <link rel="stylesheet" href="/resources/testharness.css" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> 
diff --git a/XMLHttpRequest/xmlhttprequest-timeout-worker-simple.html b/XMLHttpRequest/xmlhttprequest-timeout-worker-simple.html index 9ff3ced..994ccb6 100644 --- a/XMLHttpRequest/xmlhttprequest-timeout-worker-simple.html +++ b/XMLHttpRequest/xmlhttprequest-timeout-worker-simple.html 
@@ -3,11 +3,11 @@  <head>  <meta charset="utf-8" />  <title>XHR2 Timeout Property Tests in Worker</title> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#handler-xhr-ontimeout" data-tested-assertations="../.."/> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#timeout-error" data-tested-assertations=".."/> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#request-error" data-tested-assertations="following::ol[1]/li[9]"/> - <link rel="help" href="http://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd following::dt[1] following::dd[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-ontimeout" data-tested-assertations="../.."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#timeout-error" data-tested-assertations=".."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol[1]/li[9]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd following::dt[1] following::dd[1]" />  <link rel="stylesheet" href="/resources/testharness.css" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> 
diff --git a/XMLHttpRequest/xmlhttprequest-timeout-worker-synconworker.html b/XMLHttpRequest/xmlhttprequest-timeout-worker-synconworker.html index 2d154a4..50aa651 100644 --- a/XMLHttpRequest/xmlhttprequest-timeout-worker-synconworker.html +++ b/XMLHttpRequest/xmlhttprequest-timeout-worker-synconworker.html 
@@ -3,11 +3,11 @@  <head>  <meta charset="utf-8" />  <title>XHR2 Timeout Property Tests in Worker</title> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#handler-xhr-ontimeout" data-tested-assertations="../.."/> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#timeout-error" data-tested-assertations=".."/> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#request-error" data-tested-assertations="following::ol[1]/li[9]"/> - <link rel="help" href="http://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd following::dt[1] following::dd[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-ontimeout" data-tested-assertations="../.."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#timeout-error" data-tested-assertations=".."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol[1]/li[9]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd following::dt[1] following::dd[1]" />  <link rel="stylesheet" href="/resources/testharness.css" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> 
diff --git a/XMLHttpRequest/xmlhttprequest-timeout-worker-twice.html b/XMLHttpRequest/xmlhttprequest-timeout-worker-twice.html index 630fb3a..18f6a39 100644 --- a/XMLHttpRequest/xmlhttprequest-timeout-worker-twice.html +++ b/XMLHttpRequest/xmlhttprequest-timeout-worker-twice.html 
@@ -3,11 +3,11 @@  <head>  <meta charset="utf-8" />  <title>XHR2 Timeout Property Tests in Worker</title> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#handler-xhr-ontimeout" data-tested-assertations="../.."/> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#timeout-error" data-tested-assertations=".."/> - <link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#request-error" data-tested-assertations="following::ol[1]/li[9]"/> - <link rel="help" href="http://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd following::dt[1] following::dd[1]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" /> + <link rel="help" href="https://xhr.spec.whatwg.org/#handler-xhr-ontimeout" data-tested-assertations="../.."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#timeout-error" data-tested-assertations=".."/> + <link rel="help" href="https://xhr.spec.whatwg.org/#request-error" data-tested-assertations="following::ol[1]/li[9]"/> + <link rel="help" href="https://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd following::dt[1] following::dd[1]" />  <link rel="stylesheet" href="/resources/testharness.css" />  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> 
diff --git a/XMLHttpRequest/xmlhttprequest-unsent.htm b/XMLHttpRequest/xmlhttprequest-unsent.htm index 4424c51..a343b76 100644 --- a/XMLHttpRequest/xmlhttprequest-unsent.htm +++ b/XMLHttpRequest/xmlhttprequest-unsent.htm 
@@ -4,15 +4,15 @@  <title>XMLHttpRequest: members during UNSENT</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script> - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-xmlhttprequest-unsent" data-tested-assertations=".. following::dd" />  - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#dom-xmlhttprequest-setrequestheader" data-tested-assertations="following::ol/li[1]" />  - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::ol/li[1]" />  - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-status-attribute" data-tested-assertations="following::ol/li[1]" />  - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-statustext-attribute" data-tested-assertations="following::ol/li[1]" />  - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-getresponseheader()-method" data-tested-assertations="following::ol/li[1]" />  - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-getallresponseheaders()-method" data-tested-assertations="following::ol/li[1]" />  - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsetext-attribute" data-tested-assertations="following::ol/li[2]" />  - <link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsexml-attribute" data-tested-assertations="following::ol/li[2]" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-xmlhttprequest-unsent" data-tested-assertations=".. following::dd" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#dom-xmlhttprequest-setrequestheader" data-tested-assertations="following::ol/li[1]" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#the-send()-method" data-tested-assertations="following::ol/li[1]" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#the-status-attribute" data-tested-assertations="following::ol/li[1]" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#the-statustext-attribute" data-tested-assertations="following::ol/li[1]" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#the-getresponseheader()-method" data-tested-assertations="following::ol/li[1]" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#the-getallresponseheaders()-method" data-tested-assertations="following::ol/li[1]" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsetext-attribute" data-tested-assertations="following::ol/li[2]" />  + <link rel="help" href="https://xhr.spec.whatwg.org/#the-responsexml-attribute" data-tested-assertations="following::ol/li[2]" />     </head>  <body>